mirror of
https://github.com/google/brotli.git
synced 2026-09-23 23:24:59 +00:00
Multithreaded brotli within 7-Zip #172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 25, 2017).
I have just released a new version of 7-Zip ZS.
Within the 7z-Zip container, the threading is done with skippable frames like in ZStandard.
All levels (0..11) use a default windows size of 24.
Here is a screenshot of it:

Compression / decompression of
.brfiles can be added also, when I have some MAGIC's therefore.I have done also some benchmarking:


Does the implementation look okay for you, or are there any issues with it ?
@eustas commented on GitHub (Aug 4, 2017):
Thank you, Tino!
Added link to README.md.