This commit is contained in:
Elliot Gorokhovsky
2022-06-23 16:59:21 -04:00
parent 747e06f4f6
commit cb9e341129
4 changed files with 12 additions and 8 deletions
+5 -1
View File
@@ -235,7 +235,11 @@ struct ZSTD_matchState_t {
const ZSTD_matchState_t* dictMatchState;
ZSTD_compressionParameters cParams;
const rawSeqStore_t* ldmSeqStore;
int prefetchCDictTables; /* Controls prefetching in some dictMatchState matchfinders */
/* Controls prefetching in some dictMatchState matchfinders.
* This behavior is controlled from the cctx ms.
* This parameter has no effect in the cdict ms. */
int prefetchCDictTables;
};
typedef struct {