wok-next annotate brotli/description.txt @ rev 20655

Up boxbackup (0.12)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 04 14:33:10 2018 +0300 (2018-05-04)
parents
children
rev   line source
al@19737 1 Brotli is a generic-purpose lossless compression algorithm that compresses data
al@19737 2 using a combination of a modern variant of the LZ77 algorithm, Huffman coding
al@19737 3 and 2nd order context modeling, with a compression ratio comparable to the best
al@19737 4 currently available general-purpose compression methods. It is similar in speed
al@19737 5 with deflate but offers more dense compression.