commit | 7be9ce671fc2a4699fcdbc41d334d2f8bb933e0f | [log] [tgz] |
---|---|---|
author | eustas <eustas.ru@gmail.com> | Fri Feb 19 21:33:05 2016 +0100 |
committer | eustas <eustas.ru@gmail.com> | Fri Feb 19 21:33:05 2016 +0100 |
tree | b2a88c61c036a9491005285e6a9cea4e5f11f20d | |
parent | 722f8996b05bdec7c375462f9139e72ed33e3c85 [diff] | |
parent | 4b331d7f480ad52ae196864a3a1a0255f0cada79 [diff] |
Merge pull request #317 from google/eustas-fix-win32-fopen Fix win32 fopen parameters
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 MIT License, see the LICENSE file.
Brotli mailing list: https://groups.google.com/forum/#!forum/brotli