Popularity
3.9
Declining
Activity
6.0
-
2
5
0

Monthly Downloads: 72
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Codec     Compression    
Latest version: v1.0.7.0

lzlib alternatives and similar packages

Based on the "Codec" category.
Alternatively, view lzlib alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lzlib or a related project?

Add another 'Codec' Package

README

lzlib

Hackage CI Hackage

Dependencies of latest version on Hackage

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 of hsc2hs
  • 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.