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
@@ -79,7 +79,7 @@ static const size_t ZSTD_frameHeaderSize_min = 5;
#define IS_RAW 2
#define IS_RLE 3
#define MINMATCH 3
#define MINMATCH 4
#define REPCODE_STARTVALUE 1
#define Litbits 8