File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2626- Unlock higher compression levels (up to 22) using more memory (both for compression and decompression):
2727
2828` zstd --ultra -{{level}} {{path/to/file}} `
29+
30+ - Set the number of working threads to the number of physical CPU cores:
31+
32+ ` zstd {{[-T|--threads]}} 0 `
Original file line number Diff line number Diff line change 11# zstdcat
22
3- > This command is an alias of ` zstd --decompress --stdout ` .
3+ > This command is an alias of ` zstd --decompress --stdout --force ` .
44
55- View documentation for the original command:
66
Original file line number Diff line number Diff line change 11# zstdmt
22
3- > This command is an alias of ` zstd --threads 0 ` (which sets the number of working threads to the number of physical CPU cores) .
3+ > This command is an alias of ` zstd --threads 0 ` .
44
55- View documentation for the original command:
66
You can’t perform that action at this time.
0 commit comments