◆ compressionLevel
int ZDICT_params_t::compressionLevel |
optimize for a specific zstd compression level; 0 means default
◆ dictID
unsigned ZDICT_params_t::dictID |
force dictID value; 0 means auto mode (32-bits random value) NOTE: The zstd format reserves some dictionary IDs for future use. You may use them in private settings, but be warned that they may be used by zstd in a public dictionary registry in the future. These dictionary IDs are:
- low range : <= 32767
- high range : >= (2^31)
◆ notificationLevel
unsigned ZDICT_params_t::notificationLevel |
Write log to stderr; 0 = none (default); 1 = errors; 2 = progression; 3 = details; 4 = debug;
The documentation for this struct was generated from the following file: