Add docs
This commit is contained in:
@@ -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" */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user