The cityhash package
This package implements a binding to the CityHash family of hashing functions (implemented in C++.)
See http://code.google.com/p/cityhash/ for more information.
This package has optional SSE4.2 support. If you build it with the -fsse42 flag, the 128-bit hashing functions will use an SSE-optimized implementation (which takes advantage of the crc32 instruction present on recent Intel/AMD machines.) The 64-bit hashing functions are unaffected.
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.0.1 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring (≥0.9), largeword (≥1.0) |
| License | MIT |
| Author | Austin Seipp <mad.one@gmail.com> |
| Maintainer | Austin Seipp <mad.one@gmail.com> |
| Category | Codec |
| Home page | http://github.com/thoughtpolice/hs-cityhash |
| Bug tracker | https://github.com/thoughtpolice/hs-cityhash/issues |
| Source repository | git clone https://github.com/thoughtpolice/hs-cityhash.git |
| Upload date | Thu Feb 9 04:59:16 UTC 2012 |
| Uploaded by | AustinSeipp |
| Built on | ghc-7.4 |
Modules
- Data
- Digest
Downloads
- cityhash-0.3.0.1.tar.gz (Cabal source package)
- package description (included in the package)