zstd
zstd copied to clipboard
Suggestion: Negative compression levels in the ZStd method for performance.
Suggestion: Negative compression levels in the ZStd method for performance.
Can you be more specific?
Zstd does have negative compression levels. They are available both in the command-line tool (via --fast=N) and in the library methods (by passing a negative number as the compression level parameter).