direct-murmur-hash

An implementation of the MurmurHash3 algorithm

http://ireneknapp.com/software/

Latest on Hackage:1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Irene Knapp
Maintained by [email protected]

The Murmur3 hash algorithm is a published, high-performance, non-cryptographic hash. This implementation of it should be decently fast.