murmur-hash

MurmurHash2 implementation for Haskell.

http://github.com/nominolo/murmur-hash

Version on this page:0.1.0.8
LTS Haskell 23.21:0.1.0.11
Stackage Nightly 2025-05-02:0.1.0.11
Latest on Hackage:0.1.0.11

See all snapshots murmur-hash appears in

BSD-3-Clause licensed by Thomas Schilling
Maintained by Thomas Schilling
This version can be pinned in stack with:murmur-hash-0.1.0.8@sha256:fde83f1b0b02690f51845e812dad9d225713591fa06a45b187ef4bcea093bb4f,957

Module documentation for 0.1.0.8

Depends on 2 packages(full list with versions):
Used by 1 package in lts-4.2(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.