mirror of
https://github.com/facebook/zstd.git
synced 2025-10-11 00:03:06 -04:00
sufficient_len = 32
This commit is contained in:
parent
34608aaa29
commit
55a444764b
@ -570,7 +570,7 @@ void ZSTD_compressBlock_opt_generic(ZSTD_CCtx* ctx,
|
|||||||
const uint8_t *inr;
|
const uint8_t *inr;
|
||||||
ssize_t skip_num = 0, cur, cur2, last_pos, litlen, price, match_num;
|
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);
|
const size_t faster_get_matches = (ctx->params.strategy == ZSTD_opt);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user