murmur3

Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.

http://github.com/haskoin/murmur3

Version on this page:1.0.4@rev:1
LTS Haskell 22.13:1.0.5
Stackage Nightly 2024-03-14:1.0.5
Latest on Hackage:1.0.5

See all snapshots murmur3 appears in

MIT licensed by Philippe Laprade
Maintained by Philippe Laprade, Jean-Pierre Rupp
This version can be pinned in stack with:murmur3-1.0.4@sha256:a0038867cb80b5bb3e400b57da7af501c3e2b5583792eb7ed6d69862817d118c,2002

Module documentation for 1.0.4

Used by 1 package in lts-17.9(full list with versions):

MurmurHash3 is a non-cryptogrpahic hash function suitable for general hash-based lookup. We provide the x86_32 version which closely follows the following implementation: https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp