[Telemetry] Reenable unused-import lint check for telemetry.
[chromium-blink-merge.git] / third_party / brotli / README.md
blob17dff07d605d4841be2aa92b73a40ef99b6a8f2b
1 brotli
2 ======
4 Brotli is a generic-purpose lossless compression algorithm that compresses data
5 using a combination of a modern variant of the LZ77 algorithm, Huffman coding
6 and 2nd order context modeling, with a compression ratio comparable to the best
7 currently available general-purpose compression methods. It is similar in speed
8 with deflate but offers more dense compression.
10 The specification of the Brotli Compressed Data Format is defined in the
11 following internet draft:
12 http://www.ietf.org/id/draft-alakuijala-brotli
14 Brotli is open-sourced under the Apache License, Version 2.0, see the LICENSE
15 file.