Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
ZDICT_params_t Struct Reference

#include <zdict.h>

Data Fields

int compressionLevel
 
unsigned notificationLevel
 
unsigned dictID
 

Field Documentation

◆ compressionLevel

int compressionLevel

optimize for a specific zstd compression level; 0 means default

◆ dictID

unsigned 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 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 files: