zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Docs: Document the differences between the different multi-threaded options

Open rusty-snake opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

At least from a external view it's confusing to choose the "right" multi-threaded program/options.

There are

  • pzstd
  • zstdmt
  • zstd -T0 (which is the same as zstdmt AFAIK)
  • ...

Describe the solution you'd like

Better documentation on the differences or if there are no differences a sentence telling than.

Describe alternatives you've considered

N/A

Additional context

N/A

rusty-snake avatar Jan 22 '23 15:01 rusty-snake

Short answer : prefer zstd -T0.

Now let's see what can be done to documentation to help.

Cyan4973 avatar Jan 23 '23 02:01 Cyan4973