commit | 44ca0e2cbe75b3fb580e9cf1a9913479f3745d3c | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Mon Mar 30 12:06:11 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Mon Mar 30 12:06:11 2015 +0200 |
tree | 11d1ee148e978045f3ddbff76a1f1fc73c910de9 | |
parent | fea88b8609a86a82b021f235b93d49bdedb88b54 [diff] | |
parent | 4865fd1d4f4b9b28890bab0caf1d6348f524c2c9 [diff] |
Merge pull request #51 from anthrotype/py_test [python] add test command to setup.py
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.