Project Alice
Loading...
Searching...
No Matches
ZDICT_params_t Struct Reference

#include <zdict.h>

Public Attributes

int compressionLevel
 
unsigned notificationLevel
 
unsigned dictID
 

Detailed Description

Definition at line 214 of file zdict.h.

Member Data Documentation

◆ compressionLevel

int ZDICT_params_t::compressionLevel

optimize for a specific zstd compression level; 0 means default

Definition at line 215 of file zdict.h.

◆ 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)

Definition at line 217 of file zdict.h.

◆ notificationLevel

unsigned ZDICT_params_t::notificationLevel

Write log to stderr; 0 = none (default); 1 = errors; 2 = progression; 3 = details; 4 = debug;

Definition at line 216 of file zdict.h.


The documentation for this struct was generated from the following file: