quicklz-1.5.0.2: binding to QuickLZ compression library

Portabilityportable
Stabilityexperimental
Maintaineras@hacks.yi.org

Codec.Compression.QuickLZ

Contents

Description

This module provides a high level ByteString interface to the QuickLZ library. More info about quicklz can be found here: http:quicklz.com

QuickLZ is fast and compresses very well. The library that is bundled with this version is QuickLZ v1.5.0, with the compression level set to 1.

Streaming/enumerator interface coming soon.

Synopsis

Compressing and decompressing strict ByteStrings

compress :: ByteString -> ByteStringSource

Compresses the input ByteString.

decompress :: ByteString -> ByteStringSource

Decompress the input ByteString.