adding ZSTD_dedicatedDictSearch_defaultCParameters variable
This commit is contained in:
committed by
W. Felix Handte
parent
c497cb6716
commit
f10d4e313c
@@ -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
|
||||
***************************************/
|
||||
|
||||
Reference in New Issue
Block a user