The murmur-hash package
Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See http://murmurhash.googlepages.com/ for details.
This implementation is pure Haskell, so it might be a bit slower than a C FFI binding.
Properties
| Versions | 0.1, 0.1.0.2, 0.1.0.4, 0.1.0.5, 0.1.0.6 |
|---|---|
| Dependencies | base (≥3.0 & <4.5), bytestring (0.9.*) |
| License | BSD3 |
| Author | Thomas Schilling |
| Maintainer | Thomas Schilling <nominolo@googlemail.com> |
| Stability | provisional |
| Category | Data, Digest |
| Home page | http://github.com/nominolo/murmur-hash |
| Source repository | git clone git://github.com/nominolo/murmur-hash.git |
| Upload date | Tue Aug 9 11:05:28 UTC 2011 |
| Uploaded by | ThomasSchilling |
| Built on | ghc-7.0, ghc-7.2 |
| Distributions | NixOS: 0.1.0.6, Debian: 0.1.0.6, FreeBSD: 0.1.0.6 |
Modules
- Data
Downloads
- murmur-hash-0.1.0.4.tar.gz (Cabal source package)
- package description (included in the package)