sufficient_len = 32
This commit is contained in:
+1
-1
@@ -570,7 +570,7 @@ void ZSTD_compressBlock_opt_generic(ZSTD_CCtx* ctx,
|
||||
const uint8_t *inr;
|
||||
ssize_t skip_num = 0, cur, cur2, last_pos, litlen, price, match_num;
|
||||
|
||||
const ssize_t sufficient_len = 128; //ctx->params.sufficientLength;
|
||||
const ssize_t sufficient_len = 32; //ctx->params.sufficientLength;
|
||||
const size_t faster_get_matches = (ctx->params.strategy == ZSTD_opt);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user