removed literalCompression directive

in this version, literal compression is always disabled for ZSTD_fast strategy.

Performance parity between ZSTD_compress_advanced() and ZSTD_compress_generic()
This commit is contained in:
Yann Collet
2018-06-07 15:24:12 -07:00
parent 8537bfd85c
commit a57b4df85f
5 changed files with 6 additions and 31 deletions
-1
View File
@@ -181,7 +181,6 @@ struct ZSTD_CCtx_params_s {
ZSTD_frameParameters fParams;
int compressionLevel;
int disableLiteralCompression;
int forceWindow; /* force back-references to respect limit of
* 1<<wLog, even for dictionary */