1BROTLI DATA COMPRESSION LIBRARY 2 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 16