commit | f8bfe06821904a8e009577e938682d6522998792 | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Thu Apr 23 16:44:35 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Thu Apr 23 16:44:35 2015 +0200 |
tree | 932d8db70fbcd27e14c0736d6c377e6b95abcc0f | |
parent | 977bec51592d82085aab889a958115b71236242e [diff] | |
parent | 99af4df8eaabf10fa80a12bf4cd6efe9aab3624c [diff] |
Merge pull request #88 from szabadka/master Remove the 'override' keyword from ~BrotliFileIn().
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.