[zstd] Reuse the ZSTD_CCtx more often with small data.
This commit is contained in:
committed by
Nick Terrell
parent
9d6ed9def3
commit
924944e471
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user