https://github.com/seletskiy/murmur
Calculates MurmurHash for specified file
https://github.com/seletskiy/murmur
Last synced: about 2 months ago
JSON representation
Calculates MurmurHash for specified file
- Host: GitHub
- URL: https://github.com/seletskiy/murmur
- Owner: seletskiy
- Created: 2013-03-22T09:42:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T10:01:38.000Z (over 13 years ago)
- Last Synced: 2023-03-12T08:57:14.208Z (over 3 years ago)
- Language: C
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
======
Calculates MurmurHash for specified file. Should be faster, than
utils like `shasum` and `md5sum`.
See http://en.wikipedia.org/wiki/MurmurHash.
Usage
=====
```
./murmur file.ext
```