@hackage / streaming-brotli

Streaming interface for Brotli (RFC7932) compression

Latest0.0.0.0

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License BSD-3-Clause
  • Categories Streaming
  • Maintained by: hvr@gnu.org

  • Lottery factor: 0

Links

Installation

Readme

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 streaming API for the Brotli compression algorithm.