Blame README

Packit Service 214d95
BROTLI DATA COMPRESSIOM LIBRARY
Packit Service 214d95
Packit Service 214d95
Brotli is a generic-purpose lossless compression algorithm that compresses data
Packit Service 214d95
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
Packit Service 214d95
and 2nd order context modeling, with a compression ratio comparable to the best
Packit Service 214d95
currently available general-purpose compression methods. It is similar in speed
Packit Service 214d95
with deflate but offers more dense compression.
Packit Service 214d95
Packit Service 214d95
The specification of the Brotli Compressed Data Format is defined in RFC 7932
Packit Service 214d95
https://tools.ietf.org/html/rfc7932
Packit Service 214d95
Packit Service 214d95
Brotli is open-sourced under the MIT License, see the LICENSE file.
Packit Service 214d95
Packit Service 214d95
Brotli mailing list:
Packit Service 214d95
https://groups.google.com/forum/#!forum/brotli