ZSTD_d_experimentalParam1 constant

int const ZSTD_d_experimentalParam1

note : additional experimental parameters are also available within the experimental section of the API. At the time of this writing, they include : ZSTD_d_format ZSTD_d_stableOutBuffer ZSTD_d_forceIgnoreChecksum ZSTD_d_refMultipleDDicts ZSTD_d_disableHuffmanAssembly ZSTD_d_maxBlockSize Because they are not stable, it's necessary to define ZSTD_STATIC_LINKING_ONLY to access them. note : never ever use experimentalParam? names directly

Implementation

static const int ZSTD_d_experimentalParam1 = 1000;