This commit is contained in:
Elliot Gorokhovsky
2022-06-22 16:13:07 -04:00
parent 2a128110d0
commit 93b89fb24b
2 changed files with 23 additions and 3 deletions
+2 -2
View File
@@ -235,7 +235,7 @@ struct ZSTD_matchState_t {
const ZSTD_matchState_t* dictMatchState;
ZSTD_compressionParameters cParams;
const rawSeqStore_t* ldmSeqStore;
int prefetchCDictTables; /* TODO document */
int prefetchCDictTables; /* Controls prefetching in some dictMatchState matchfinders */
};
typedef struct {
@@ -333,7 +333,7 @@ struct ZSTD_CCtx_params_s {
/* Internal use, for createCCtxParams() and freeCCtxParams() only */
ZSTD_customMem customMem;
/* TODO document */
/* Controls prefetching in some dictMatchState matchfinders */
ZSTD_paramSwitch_e prefetchCDictTables;
}; /* typedef'd to ZSTD_CCtx_params within "zstd.h" */