GitXplorerGitXplorer
t

hs-cityhash

public
6 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
4d2077a52d2ac2ea68962b56d88917f965c2f95f

Add citycrc.h to source distribution

tthoughtpolice committed 13 years ago
Unverified
ce1dff7434386f86e0bd88a3cc6af3785b0e121b

Note about -fsse42 flag

tthoughtpolice committed 13 years ago
Unverified
903840b4d7caee8c5aa281ae695a0560eabc64e4

Add support for SSE4.2-backed CRC instructions

tthoughtpolice committed 13 years ago
Unverified
253eb1d97d11764a4eb9d1c4de8f5bc681dffaf9

Version 0.2.0.0

tthoughtpolice committed 13 years ago
Unverified
345ed8303c1074c86f5347e604b27f628d253322

Add seed functions, random cleanup

tthoughtpolice committed 13 years ago
Unverified
db3334a796148a24d2e6b8de705df0e1518ec0d1

wibble

tthoughtpolice committed 13 years ago

README

The README file for this repository.

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.