commit | 6ef2049279a825c19c2223ccf7b3466a693330cf | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Thu Oct 22 09:59:45 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Thu Oct 22 09:59:45 2015 +0200 |
tree | 3a69d0eceb31c2d0584554d8869fba2b528fc414 | |
parent | 83b8de7cb5087c98d2b35741bc0cb2adaefb709c [diff] | |
parent | 2a1a1f7282b6018d972d21597590ce84e5490a03 [diff] |
Merge pull request #232 from MayhemYDG/patch-1 Remove useless BrotliCompressor instantiation in BrotliCompressBuffer
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.
Brotli mailing list: https://groups.google.com/forum/#!forum/brotli