Revert "Limit ZSTD_maxCLevel to 21 for 32-bit binaries."

This commit is contained in:
Yann Collet
2021-12-20 11:43:14 -08:00
committed by GitHub
parent 85bd1e663b
commit a9e43b37d0
6 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
functions.
The library supports regular compression levels from 1 up to ZSTD_maxCLevel(),
which is 22 in most cases. Levels >= 20, labeled `--ultra`, should be used with
which is currently 22. Levels >= 20, labeled `--ultra`, should be used with
caution, as they require more memory. The library also offers negative
compression levels, which extend the range of speed vs. ratio preferences.
The lower the level, the faster the speed (at the cost of compression).