wok-next diff brotli/description.txt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/brotli/description.txt	Sun Sep 23 04:37:56 2018 +0300
     1.3 @@ -0,0 +1,5 @@
     1.4 +Brotli is a generic-purpose lossless compression algorithm that compresses data
     1.5 +using a combination of a modern variant of the LZ77 algorithm, Huffman coding
     1.6 +and 2nd order context modeling, with a compression ratio comparable to the best
     1.7 +currently available general-purpose compression methods. It is similar in speed
     1.8 +with deflate but offers more dense compression.