@hackage brotli-streams0.0.0.0

IO-Streams interface for Brotli (RFC7932) compression

Brotli (RFC7932) is a generic-purpose lossless compression algorithm suitable for HTTP compression that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.

This package provides an IO-Streams interface for the Brotli compression algorithm.

Decompressing Brotli InputStreams and compressing OutputStreams to Brotli streams with tunable (de)compression parameters is supported.