mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
update hrlog comment
This commit is contained in:
parent
67fad95f79
commit
d2c562b803
@ -147,7 +147,7 @@ void ZSTD_ldm_adjustParameters(ldmParams_t* params,
|
||||
}
|
||||
} else {
|
||||
assert(1 <= (int)cParams->strategy && (int)cParams->strategy <= 9);
|
||||
/* mapping: strat1 -> rate8 ... strat9 -> rate4*/
|
||||
/* mapping from [fast, rate7] to [btultra2, rate4] */
|
||||
params->hashRateLog = 7 - (cParams->strategy/3);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user