diff options
author | Andreas Grois <andi@grois.info> | 2022-10-25 21:27:47 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-25 21:27:47 +0200 |
commit | c43c86380e00b018d37dc9b8dbed275c7b6d264d (patch) | |
tree | eb749c8adf334c56d2c80ccc2fc8435b6b6e8f7e /.github | |
parent | 85dd4036bab59f7d56c221df15d37485fd7e42de (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 '.github')
0 files changed, 0 insertions, 0 deletions