commit | c1ec7ba29287d3c6a0fb359bbf653aaef66e6581 | [log] [tgz] |
---|---|---|
author | Evan Nemerson <evan@nemerson.com> | Fri Jul 29 11:52:15 2016 -0700 |
committer | Evan Nemerson <evan@nemerson.com> | Fri Jul 29 13:24:17 2016 -0700 |
tree | 028f98ff5c586afe7947442f37f9253c12c19132 | |
parent | 01f9cf94a0732b3eafafc1c4b506cdb9b31b765a [diff] |
appveyor: add Visual Studio builds (based on CMake) This only goes back to VS 12 (2013) because MSVC didn't support log2 until then.
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
Independent decoder implementation by Mark Adler, based entirely on format specification.
JavaScript port of brotli decoder. Could be used directly via npm install brotli