commit | 682facef7b908798a8c9440a2966079667f9cf16 | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Mon May 11 14:15:05 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Mon May 11 14:15:05 2015 +0200 |
tree | 5cbfbb03e64a4d4a0a3dc670950d79993f1e6e91 | |
parent | 463ceda563f3524deae2884c2270d4be3b5dc2a5 [diff] | |
parent | 8d83839ac265fedbac288b8f9c6e263d05282234 [diff] |
Merge pull request #109 from szabadka/master Expose the quality parameter to the bro.cc tool.
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.