libghc-murmur-hash-prof

Murmurhash2 implementation for haskell.; profiling libraries
  http://github.com/nominolo/murmur-hash
  0
  no reviews



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.