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

postgresql: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:18:25 2017 +0100 (2017-11-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/brotli/description.txt	Wed Nov 01 11:18:25 2017 +0100
     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.