The murmurhash3 package
MurmurHash is a family of non-cryptographic hash functions suitable for general hash-based lookup. This implementation uses the MurmurHash3 algorithm and provides a type class for computing 32-bit hashes from all prevalent data types in the Haskell 2010 Standard.
Properties
| Version | 1.0 |
|---|---|
| Dependencies | haskell2010 |
| License | PublicDomain |
| Author | Nis N. Wegmann |
| Maintainer | niswegmann@gmail.com |
| Stability | provisional |
| Category | Data, Digest |
| Home page | https://github.com/niswegmann/murmurhash3 |
| Source repository | git clone https://github.com/niswegmann/murmurhash3.git |
| Upload date | Wed Jun 22 20:30:24 UTC 2011 |
| Uploaded by | NisWegmann |
| Built on | ghc-7.0 |
Modules
- Data
- Digest
Downloads
- murmurhash3-1.0.tar.gz (Cabal source package)
- package description (included in the package)