mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Multithreaded cmdline program brotli-mt released #171
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 24, 2017).
I have just released a gzip/bzip2 compatible command line program called brotli-mt.
The threading is done with skippable frames like in ZStandard.
What do the authors of Brotli think about this ?
I could add decompression for plain brotli also ...
This is the help summary of the tool:
PS: Everything is pre-alpha ;)