aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/base_conversion/remainders_impl.rs
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-25 21:27:47 +0200
committerAndreas Grois <andi@grois.info>2022-10-25 21:27:47 +0200
commitc43c86380e00b018d37dc9b8dbed275c7b6d264d (patch)
treeeb749c8adf334c56d2c80ccc2fc8435b6b6e8f7e /src/passwordmaker/base_conversion/remainders_impl.rs
parent85dd4036bab59f7d56c221df15d37485fd7e42de (diff)
Base Conv: Mul dividend instead of div divisor.
As it turns out, the speed gained by lowering the number of digits in divisor using repeated division is much less than the speed gained by using multiplication of the dividend instead of division of divisor.
Diffstat (limited to 'src/passwordmaker/base_conversion/remainders_impl.rs')
0 files changed, 0 insertions, 0 deletions