murmur3

Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.

http://github.com/plaprade/murmur3

Version on this page:1.0.3
LTS Haskell 22.14:1.0.5
Stackage Nightly 2024-03-28:1.0.5
Latest on Hackage:1.0.5

See all snapshots murmur3 appears in

LicenseRef-PublicDomain licensed by Philippe Laprade
Maintained by [email protected]
This version can be pinned in stack with:murmur3-1.0.3@sha256:e6c97f0b43a7882c4509d1993c347f0dc540e03b90014da63623f1054bb4d2c8,1873

Module documentation for 1.0.3

Used by 1 package in nightly-2019-04-08(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