Yann Collet
a9e43b37d0
Revert "Limit ZSTD_maxCLevel
to 21 for 32-bit binaries."
2021-12-20 11:43:14 -08:00
Yann Collet
f829c32258
forgot the chainlog is effectively a "fake" value with rowHash
...
the only value which makes sense is `hashlog-1`
as it mimics the real memory usage.
2021-12-16 11:37:40 -08:00
Yann Collet
db1b408a2f
rebalance lazy compression levels
2021-12-15 21:33:31 -08:00
Yonatan Komornik
ef2cba609d
ZSTD_maxCLevel
now limited to 21 for 32-bit binaries.
...
CI tests for constrained memory runs with max level on 32-bit binaries.
2021-11-30 10:31:52 -08:00
Yann Collet
082d6c6775
separate compression level tables into their own files
...
that's clearer than finding the tables somewhere in the middle of `compress.c`.
Also, down the line, it may potentially allows zstd to feature adjusted tables depending on target cpu.
2021-10-25 08:49:54 -07:00