mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add and integrate lazy row hash strategy
This commit is contained in:
parent
f71aabb5b5
commit
4694423c4f
16 changed files with 1256 additions and 183 deletions
|
|
@ -77,6 +77,7 @@ void FIO_overwriteMode(FIO_prefs_t* const prefs);
|
|||
void FIO_setAdaptiveMode(FIO_prefs_t* const prefs, unsigned adapt);
|
||||
void FIO_setAdaptMin(FIO_prefs_t* const prefs, int minCLevel);
|
||||
void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel);
|
||||
void FIO_setUseRowMatchFinder(FIO_prefs_t* const prefs, int useRowMatchFinder);
|
||||
void FIO_setBlockSize(FIO_prefs_t* const prefs, int blockSize);
|
||||
void FIO_setChecksumFlag(FIO_prefs_t* const prefs, int checksumFlag);
|
||||
void FIO_setDictIDFlag(FIO_prefs_t* const prefs, int dictIDFlag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue