Description
Pure Haskell implementation of the MurmurHash3 x86 algorithm.
Description
MurmurHash3 is a non-cryptographic hash function suitable for general hash-based lookup. We provide the x86 version which closely follows the following implementation: https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
README.md