support for searchLength from 3 to 7 for optimal parser

This commit is contained in:
inikep
2016-02-22 11:34:07 +01:00
parent c950b78ce2
commit 84f43e2359
5 changed files with 321 additions and 264 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ extern "C" {
#define ZSTD_SEARCHLOG_MAX (ZSTD_CONTENTLOG_MAX-1)
#define ZSTD_SEARCHLOG_MIN 1
#define ZSTD_SEARCHLENGTH_MAX 7
#define ZSTD_SEARCHLENGTH_MIN 4
#define ZSTD_SEARCHLENGTH_MIN 3
#define ZSTD_TARGETLENGTH_MIN 4
#define ZSTD_TARGETLENGTH_MAX 999