cityhash

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.


Keywords
library, mit, Propose Tags, http://code.google.com/p/cityhash/, Skip to Readme, Index, Data.Digest.CityHash, More info, cityhash-0.3.0.1.tar.gz, browse, Package description, Package maintainers, AustinSeipp, edit package information , CityHash, issue tracker, git repository, BitBucket mirror, AUTHORS.txt
License
MIT
Install
cabal install cityhash-0.3.0.1

Documentation

CityHash bindings for Haskell

CityHash is a family of fash (non-cryptographic) hashing functions, written by Google.

These are the awesome Haskell bindings.

travis-ci.org results: Build Status

Installation

It's just a cabal install away:

$ cabal install cityhash

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/hs-cityhash.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/hs-cityhash.git

Authors

See AUTHORS.txt.

License

MIT. See LICENSE.txt for terms of copyright and redistribution.