adding ZSTD_dedicatedDictSearch_defaultCParameters variable

This commit is contained in:
Bimba Shrestha
2020-09-10 18:51:52 -04:00
committed by W. Felix Handte
parent c497cb6716
commit f10d4e313c
2 changed files with 114 additions and 0 deletions
+6
View File
@@ -29,6 +29,12 @@ extern "C" {
#endif
/* Dedicated dict search bucket log:
* ---------------------------------
* This determines the additional space we need for the hash table.
* We will have 2^DD_BLOG slots in our bucket. */
#define DD_BLOG 2
/*-*************************************
* Constants
***************************************/