snappy-framing-0.1.2: Snappy Framing Format in Haskell

Copyright(c) 2013 Kim Altintop <kim.altintop@gmail.com> Edward Kmett (?)
MaintainerKim Altintop <kim.altintop@gmail.com>
Stabilitystable
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Data.Digest.CRC32C

Description

Implementation of the CRC32C checksum algorithm.

The current implementation is in "pure" Haskell, thus does not take advantage of hardware implementations available on several CPU types. It's performance (throughput) is therefore possibly insufficient for certain classes of applications.

Attribution: it is believed that the code is, at least partly, based on an implementation by Edward Kmett, which has since vanished from the internet.

Documentation