@hackage murmur-hash0.1.0.10
MurmurHash2 implementation for Haskell.
Categories
License
BSD-3-Clause
Maintainer
Thomas Schilling <nominolo@googlemail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (2)
- base >=4.7 && <5
- bytestring >=0.9 && <0.13 Show all…
Dependents (15)
@hackage/snap-server, @hackage/simple-atom, @hackage/Agda, @hackage/acme-everything, @hackage/beamable, @hackage/binary-typed, Show all…
Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See http://murmurhash.googlepages.com/ for details.
This implementation is pure Haskell, so it might be a bit slower than a C FFI binding.