Full description
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 hight compression ratio. It is similar in speed with
deflate but offers denser compression.