Use XXHash for hash function, create a sensible public interface

This commit is contained in:
senhuang42
2021-01-07 12:29:12 -05:00
parent 7c1a79f232
commit ea52fc3606
2 changed files with 88 additions and 50 deletions
+2 -1
View File
@@ -2019,7 +2019,8 @@ ZSTDLIB_API size_t ZSTD_DCtx_getParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param
* from the set of DDicts based on the dictID in the frame.
*
* WARNING: Enabling this parameter will trigger memory allocation for the hash table, and disabling
* this parameter will trigger memory freeing for the hashtable.
* this parameter will free the memory allocated for the hashtable. Memory is allocated as per
* ZSTD_DCtx::customMem.
*/
#define ZSTD_d_refMultipleDDicts ZSTD_d_experimentalParam4