freebsd-ports/devel/hs-murmur-hash/pkg-descr
2016-12-02 09:21:58 +00:00

7 lines
280 B
Text

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.
WWW: https://github.com/nominolo/murmur-hash