BSD-3-Clause licensed by Thomas Schilling
Maintained by Thomas Schilling
This version can be pinned in stack with:murmur-hash-0.1.0.10@sha256:036a54f21ac180681e3799e6288ca32765fa3af8ada41fd4dd73a8a5e1e894a3,1222

Module documentation for 0.1.0.10

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2024-03-28(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.10

  • Replace use of deprecated bitSize by finiteBitSize
  • Bump bytestring dependency to allow 0.11

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.