ToolDAQFramework
Public Attributes | List of all members
COVER_best_s Struct Reference

Public Attributes

ZSTD_pthread_mutex_t mutex
 
ZSTD_pthread_cond_t cond
 
size_t liveJobs
 
void * dict
 
size_t dictSize
 
ZDICT_cover_params_t parameters
 
size_t compressedSize
 

Detailed Description

COVER_best_t is used for two purposes:

  1. Synchronizing threads.
  2. Saving the best parameters and dictionary.

All of the methods except COVER_best_init() are thread safe if zstd is compiled with multithreaded support.


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