commit | 12abfaf59b1bf810e55c8545466b344cfbe07b90 | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Tue Mar 24 10:21:10 2015 +0100 |
committer | szabadka <szabadka@users.noreply.github.com> | Tue Mar 24 10:21:10 2015 +0100 |
tree | ceea45b33c6f0295d5ec9d6f309c2bd0360c72c1 | |
parent | e0aa0cc450ff4fd29381439f87a03bc010053b88 [diff] | |
parent | 497814eebd2657becd82390b8e25d6a182281dc4 [diff] |
Merge pull request #44 from szabadka/master Remove the redundant EncodeMetaBlockLength() function.
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.