minor variation - DSpeed at 640

This commit is contained in:
Yann Collet
2016-03-23 01:32:41 +01:00
parent be391438ff
commit add08d6f61
5 changed files with 58 additions and 92 deletions
+3
View File
@@ -611,10 +611,13 @@ static void ZDICT_countEStats(EStats_ress_t esr,
if (*u32Ptr==0) offcode=0;
offsetcodeCount[offcode]++;
}
(void)matchlengthCount; (void)litlengthCount;
/*
for(bytePtr = seqStore.matchLengthStart; bytePtr < seqStore.matchLength; bytePtr++)
matchlengthCount[*bytePtr]++;
for(bytePtr = seqStore.litLengthStart; bytePtr < seqStore.litLength; bytePtr++)
litlengthCount[*bytePtr]++;
*/
}
static size_t ZDICT_maxSampleSize(const size_t* fileSizes, unsigned nbFiles)