1Name: Brotli 2URL: https://github.com/google/brotli 3Version: 9801a2c5d6c67c467ffad676ac301379bb877fc3 4License: MIT 5License File: LICENSE 6Security Critical: yes 7 8Description: 9Brotli is a generic byte-level compression algorithm that is used at the 10byte-compression level in WOFF 2.0 font file format. This library is used 11to decode WOFF 2.0 fonts and "Content-Encoding: br" responses. 12 13Some speed measurements to compare with //third_party/zlib were taken: 14https://docs.google.com/spreadsheets/d/1As6Sf03o8adulBH03RzIc0Ei_jNhcKXWArNsTQKk-8M/edit?usp=sharing 15At low compression levels, brotli is faster at compressing than zlib. At 16higher compression levels, brotli or zlib can be faster at compressing, 17depending on the data being compressed. At all compression levels, brotli 18decompresses roughly 1.6-2.0x slower than zlib. 19 20Local Modifications: 21- This only includes the contents of c/ directory, the README.md and the LICENSE 22 files. 23- Auxiliary fuzzer runners removed from fuzz/ 24- common/dictionary.bin*: Removed. 25- BUILD.gn: Added. 26