Merge pull request #525 from terrelln/covermt

Multithreaded COVER dictionary training
This commit is contained in:
Yann Collet
2017-01-30 10:15:33 -08:00
committed by GitHub
14 changed files with 165 additions and 25 deletions
+1
View File
@@ -577,6 +577,7 @@ int main(int argCount, const char* argv[])
if (operation==zom_train) {
#ifndef ZSTD_NODICT
if (cover) {
coverParams.nbThreads = nbThreads;
coverParams.compressionLevel = dictCLevel;
coverParams.notificationLevel = displayLevel;
coverParams.dictID = dictID;