
Implements murmurhash2, a good, fast, general-purpose, non-cryptographic hashing function. see
for details.
this implementation is pure haskell, so it might be a bit slower than a c ffi binding.
this package contains the libraries compiled with profiling enabled.