commit | 84a7687453d8add8d5a7218f386f337bb1b1040f | [log] [tgz] |
---|---|---|
author | Zoltan Szabadka <szabadka@google.com> | Wed Apr 22 14:38:26 2015 +0200 |
committer | Zoltan Szabadka <szabadka@google.com> | Wed Apr 22 14:38:26 2015 +0200 |
tree | 80821e412d90eb7834bd0c349face51ea5e582ac | |
parent | 28b1f7a6b1d26ac9d47f31caa05e11b76f1723e1 [diff] | |
parent | 42b8c74d98db2fc7239ec1f10d4ac1c278edc2cd [diff] |
Merge remote-tracking branch 'upstream/master'
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.