commit | 421e4ed43672f7dd4d5507888e6a722d39a0c93b | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Mon Aug 10 16:44:36 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Mon Aug 10 16:44:36 2015 +0200 |
tree | 6449c07c05410f3de8937cdd535253a86b23092e | |
parent | da11e911a5c45c69fc8d2d55386d89eddbd283b4 [diff] | |
parent | 4b2fd00e2472e9a07de6e7cfe3c8353783fbe6bc [diff] |
Merge pull request #132 from szabadka/master Brotli decoder optimizations.
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli
Brotli is open-sourced under the Apache License, Version 2.0, see the LICENSE file.
Brotli mailing list: https://groups.google.com/forum/#!forum/brotli