commit | d941130e59163c8a783cd74d3286e79cbb34e748 | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Wed Apr 22 12:27:08 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Wed Apr 22 12:27:08 2015 +0200 |
tree | 3df88745c74150c2cde2b6eac9d422bff826d22e | |
parent | 8fe88e4bae7212fe66d91e226cd95e1665e48df5 [diff] | |
parent | 5b80ef0fd1c7c28df74cfeb4dfe1272a5d16080f [diff] |
Merge pull request #75 from szabadka/master Change the specification to be less strict in some cases.
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.