commit | 5ded1363486cee003ca1eb49ae7660405a646d6d | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Wed Apr 22 14:43:06 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Wed Apr 22 14:43:06 2015 +0200 |
tree | 80821e412d90eb7834bd0c349face51ea5e582ac | |
parent | 42b8c74d98db2fc7239ec1f10d4ac1c278edc2cd [diff] | |
parent | 84a7687453d8add8d5a7218f386f337bb1b1040f [diff] |
Merge pull request #78 from szabadka/master Implement some stricter format checks in the decoder.
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.