Description
32-bit non-cryptographic hashing.
Description
MurmurHash is a family of non-cryptographic hash functions suitable for general hash-based lookup. This implementation uses the MurmurHash3 algorithm and provides a type class for computing 32-bit hashes from all prevalent data types in the Haskell 2010 Standard.
README.md
MurmurHash3
32-bit non-cryptographic hashing using MurmurHash3.
Install
Assuming you have installed the Haskell Platform use cabal:
$ cabal install murmurhash3
Bugs
Comments, bug reports, and patches will be much appreciated:
License
This library is distributed under a CC0 1.0 Universal Public Domain Dedication: