We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a49bca commit e1a78f5Copy full SHA for e1a78f5
lib/dictBuilder/cover.rs
@@ -1336,16 +1336,17 @@ pub unsafe extern "C" fn ZDICT_optimizeTrainFromBuffer_cover(
1336
compressionLevel: 0,
1337
dictID: 0,
1338
},
1339
- nbThreads: 0, // FIXME?
+ nbThreads: 0,
1340
shrinkDictMaxRegression: 0,
1341
};
1342
1343
let data = Box::new(COVER_tryParameters_data_t {
1344
- ctx: &mut ctx,
+ ctx: &ctx,
1345
best: &mut best,
1346
- dictBufferCapacity: dictBufferCapacity,
+ dictBufferCapacity,
1347
parameters,
1348
});
1349
+
1350
if displayLevel >= 3 {
1351
eprintln!("k={}", k);
1352
}
0 commit comments