commit | 93049d96e72b2c1dc5a1b02891540bba3d02a68b | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Tue Jan 13 16:44:13 2015 +0100 |
committer | szabadka <szabadka@users.noreply.github.com> | Tue Jan 13 16:44:13 2015 +0100 |
tree | 9ba6561d1520abd4a735dd675e860553c6e4ba8f | |
parent | 7e350cd4a7038f654eee7babff8b7d1249774b3d [diff] | |
parent | 1d76397891e496d1bb46f1ad3f024c02beee0dce [diff] |
Merge pull request #23 from szabadka/master Add more test cases.
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.