Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion programs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,15 @@ Advanced options:

Advanced compression options:
--ultra Enable levels beyond 19, up to 22; requires more memory.
--max Set advanced parameters to reach maximum compression.
Warning: very slow and uses a lot of resources; disabled in 32-bit mode.
--fast[=#] Use to very fast compression levels. [Default: 1]
--adapt Dynamically adapt compression level to I/O conditions.
--long[=#] Enable long distance matching with window log #. [Default: 27]
--patch-from=REF Use REF as the reference point for Zstandard's diff engine.

-T# Spawn # compression threads. [Default: 1; pass 0 for core count.]
-T# Spawn # compression threads.
[Default: between 1 and 4 depending on physical CPU cores; pass 0 for core count.]
--single-thread Share a single thread for I/O and compression (slightly different than `-T1`).
--auto-threads={physical|logical}
Use physical/logical cores when using `-T0`. [Default: Physical]
Expand Down