1config BR2_PACKAGE_BROTLI 2 bool "brotli" 3 help 4 Generic-purpose lossless compression library. The algorithm 5 compresses data using a combination of a modern variant of 6 the LZ77 algorithm, Huffman coding and 2nd order context 7 modeling, with a compression ratio comparable to the best 8 currently available general-purpose compression methods. It 9 is similar in speed with deflate but offers more dense 10 compression. 11 12 https://github.com/google/brotli 13