commit | ff218b18b4a6b2db57478a2fdf63523bd25818d7 | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Wed Feb 25 10:31:52 2015 +0100 |
committer | szabadka <szabadka@users.noreply.github.com> | Wed Feb 25 10:31:52 2015 +0100 |
tree | 86a496b8767137c475a07843b280751f8ef4a623 | |
parent | c0d7498031249de660845ecab850fc558f08a223 [diff] | |
parent | 5bc56a17ee38152df7658a8f3abf460734d071d0 [diff] |
Merge pull request #29 from szabadka/master Fully qualify std::max_element, std::push_heap and std::pop_heap names.
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.