minor compression speed optimization

This commit is contained in:
Yann Collet
2016-04-07 17:19:00 +02:00
parent 485371600a
commit 5d39357bc4
2 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -222,7 +222,8 @@ typedef struct {
U16* matchLengthStart;
U16* matchLength;
BYTE* mlCodeStart;
U32 longLength;
U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */
U32 longLengthPos;
/* opt */
ZSTD_optimal_t* priceTable;
ZSTD_match_t* matchTable;