murmur-hash-0.1.0.5: MurmurHash2 implementation for Haskell.

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

Versions0.1, 0.1.0.2, 0.1.0.4, 0.1.0.5, 0.1.0.6
Dependenciesbase (≥3.0 & <4.6), bytestring (0.9.*)
LicenseBSD3
AuthorThomas Schilling
MaintainerThomas Schilling <nominolo@googlemail.com>
Stabilityprovisional
CategoryData, Digest
Home pagehttp://github.com/nominolo/murmur-hash
Source repositorygit clone git://github.com/nominolo/murmur-hash.git
Upload dateThu Dec 15 11:52:00 UTC 2011
Uploaded byThomasSchilling
Built onghc-7.2, ghc-7.4
DistributionsNixOS: 0.1.0.6, Debian: 0.1.0.6, FreeBSD: 0.1.0.6

Modules

Downloads