]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
sufficient_len = 32
authorinikep <inikep@gmail.com>
Thu, 4 Feb 2016 21:22:47 +0000 (22:22 +0100)
committerinikep <inikep@gmail.com>
Thu, 4 Feb 2016 21:22:47 +0000 (22:22 +0100)
lib/zstd_opt.c

index f5e8c3b52363bf2e0b93aa8e97fd4be754392269..5e7c42d8f8a279ed6e7b00a0bf6e98293aa66665 100644 (file)
@@ -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);