ZSTD_c_strategy constant

int const ZSTD_c_strategy

See ZSTD_strategy enum definition. The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression. Special: value 0 means "use default strategy".

Implementation

static const int ZSTD_c_strategy = 107;