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