blob: dea7291306fd2fe85379e6353fe722df0fd07e0e [file] [log] [blame]
Eugene Kliuchnikov81098822019-02-18 11:31:48 +01001BROTLI DATA COMPRESSION LIBRARY
Eugene Kliuchnikov0ad94ee2017-11-28 15:37:28 +01002
3Brotli is a generic-purpose lossless compression algorithm that compresses data
4using a combination of a modern variant of the LZ77 algorithm, Huffman coding
5and 2nd order context modeling, with a compression ratio comparable to the best
6currently available general-purpose compression methods. It is similar in speed
7with deflate but offers more dense compression.
8
9The specification of the Brotli Compressed Data Format is defined in RFC 7932
10https://tools.ietf.org/html/rfc7932
11
12Brotli is open-sourced under the MIT License, see the LICENSE file.
13
14Brotli mailing list:
15https://groups.google.com/forum/#!forum/brotli