Popularity
3.9
Declining
Activity
0.0
-
2
4
0
Monthly Downloads: 102
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.
-
binary-serialise-cbor
Binary serialisation in the CBOR format -
multihash-serialise
Haskell libraries for interacting with IPFS -
postgresql-binary
Encoders and decoders for the PostgreSQL's binary format -
HCodecs
A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files -
html-entities
A codec library for HTML-escaped text and HTML-entities -
activitystreams-aeson
Basic library for working with Activity Streams -
threefish
Haskell implementation of the Threefish block cipher and the Skein hash function built on it. -
libvorbis
Haskell binding for libvorbis, for decoding Ogg Vorbis audio files -
iteratee-compress
Enumerators for compressing and decompressing streams -
streaming-brotli
Streaming interface for Brotli (RFC7932) compression
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* 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.