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

#include <cover.h>

Data Fields

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.

Field Documentation

◆ compressedSize

size_t compressedSize

◆ cond

◆ dict

void * dict

◆ dictSize

size_t dictSize

◆ liveJobs

size_t liveJobs

◆ mutex

◆ parameters

ZDICT_cover_params_t parameters

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