[zstd] Reuse the ZSTD_CCtx more often with small data.

This commit is contained in:
Nick Terrell
2018-08-23 17:48:06 -07:00
committed by Nick Terrell
parent 9d6ed9def3
commit 924944e471
3 changed files with 28 additions and 13 deletions
+1
View File
@@ -192,6 +192,7 @@ typedef struct {
BYTE* llCode;
BYTE* mlCode;
BYTE* ofCode;
size_t maxNbSeq;
U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */
U32 longLengthPos;
} seqStore_t;