Update brotli to version 1.0.7

This commit is contained in:
Tino Reichardt
2018-11-17 00:21:23 +01:00
parent 79fd76b438
commit 550c8e5df7
18 changed files with 270 additions and 210 deletions

View File

@@ -18,7 +18,7 @@ You can install it in two ways:
1. [Zstandard] v1.3.7 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
- Levels: 1..22
2. [Brotli] v.1.0.6 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 compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
2. [Brotli] v.1.0.7 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 compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
- Levels: 0..11
3. [LZ4] v1.8.3 is lossless compression algorithm, providing compression speed at 400 MB/s per core (0.16 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio.
@@ -260,14 +260,14 @@ You find this project useful, maybe you consider a donation ;-)
## Version Information
- 7-Zip ZS Version 18.05
- [Brotli] Version 1.0.6
- [Brotli] Version 1.0.7
- [Lizard] Version 1.0
- [LZ4] Version 1.8.3
- [LZ5] Version 1.5
- [Zstandard] Version 1.3.7
- [Fast LZMA2] Version 0.9.2
/TR 2018-10-21
/TR 2018-11-16
## Notes