zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Suggestion: Negative compression levels in the ZStd method for performance.

Open Alexandre1BR opened this issue 2 years ago • 1 comments

Suggestion: Negative compression levels in the ZStd method for performance.

Alexandre1BR avatar Mar 20 '23 18:03 Alexandre1BR

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).

felixhandte avatar Mar 20 '23 18:03 felixhandte