lzlib alternatives and similar packages
Based on the "Codec" category.
Alternatively, view lzlib alternatives based on common mentions on social networks and blogs.
-
threefish
Haskell implementation of the Threefish block cipher and the Skein hash function built on it.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of lzlib or a related project?
README
lzlib
Haskell bindings to lzlib.
This package includes a high-level interface to lzlib. It provides performance comparable to the lzip command-line tool.
Comparison
Compared to the lzip Haskell library:
- Uses
c2hs
instead ofhsc2hs
- Provides a high-level (
ByteString
-based) API
Performance
Performance should be comparable to the lzip C++ program.
Hacking
Run
make
to download a few tarballs before running the test suite.