cache literal prices for ZSTD_btopt

This commit is contained in:
inikep
2016-04-11 16:35:13 +02:00
parent 1eeddde625
commit f7d210b2e9
2 changed files with 38 additions and 5 deletions
+3
View File
@@ -242,6 +242,9 @@ typedef struct {
U32 log2litSum;
U32 log2offCodeSum;
U32 factor;
U32 cachedPrice;
U32 cachedLitLength;
const BYTE* cachedLiterals;
ZSTD_stats_t stats;
} seqStore_t;