tonyalaribe / xxhash

Haskell implementation of the XXHash algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Haskell implementation of the XXHash algorithm

License:Other


Languages

Language:C 66.7%Language:Haskell 33.3%