BSD-3-Clause licensed by Thomas Schilling
Maintained by Thomas Schilling
This version can be pinned in stack with:murmur-hash-0.1.0.9@sha256:06913f704dc7da0e81da28d1d4f92b31bbd8e08e8f026fef98a9d7fbd8bdda17,971

Module documentation for 0.1.0.9

Depends on 2 packages(full list with versions):
Used by 2 packages in lts-8.5(full list with versions):

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.

Changes

0.1.0.9

  • Bump dependency ranges for GHC 8.0

0.1.0.8

  • Bump dependency ranges for GHC 7.10

0.1.0.7

  • Bump dependency ranges for GHC 7.8

0.1.0.6:

  • Loosen dependency on base and bytestring to compile with GHC 7.6.

0.1.0.5:

  • Loosen dependency on base to compile with GHC 7.4.