commit | 7c277c3ef7e9179bcc7004eb698b15d4bebb11ce | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Thu May 07 17:45:18 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Thu May 07 17:45:18 2015 +0200 |
tree | 5c43092b3d73d2e90350de61bdef37aab073c488 | |
parent | 7bbfd5df953825a9d4e40f52759d0e38dbb8f9f3 [diff] | |
parent | 54f69c9ef7a2530e3524b264e2390f1446552fbd [diff] |
Merge pull request #99 from szabadka/master Support window bits 10 - 15 in the decoder.
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.