christian-marie / xxhash

Haskell implementation of the XXHash algorithm
Other
16 stars 7 forks source link

Data.Digest.XXHash

This is an implementation of the xxHash algorithm in haskell.

It's about as fast as an alder32 checksum written in C (zlib).

You can find benchmarks here.