OLD | NEW |
(Empty) | |
| 1 brotli |
| 2 ====== |
| 3 |
| 4 Brotli is a generic-purpose lossless compression algorithm that compresses data |
| 5 using a combination of a modern variant of the LZ77 algorithm, Huffman coding |
| 6 and 2nd order context modeling, with a compression ratio comparable to the best |
| 7 currently available general-purpose compression methods. It is similar in speed |
| 8 with deflate but offers more dense compression. |
| 9 |
| 10 The specification of the Brotli Compressed Data Format is defined in the |
| 11 following internet draft: |
| 12 http://www.ietf.org/id/draft-alakuijala-brotli |
| 13 |
| 14 Brotli is open-sourced under the Apache License, Version 2.0, see the LICENSE |
| 15 file. |
OLD | NEW |