imp/research/aparith
2025-07-06 19:20:20 +10:00
..
src Project is now named Celeste 2025-07-06 19:20:20 +10:00
aparith Project is now named Celeste 2025-07-06 19:20:20 +10:00
aparith.nimble Project is now named Celeste 2025-07-06 19:20:20 +10:00
README Project is now named Celeste 2025-07-06 19:20:20 +10:00

Comparing the speeds of various Nim libraries for
arbitrary precision integers.

Test Targets:
https://github.com/status-im/nim-stint
https://github.com/nim-lang/bigints
https://github.com/michaeljclark/bignum
https://github.com/FedeOmoto/bignum
https://github.com/fsh/integers

Test algorithms:
https://en.wikipedia.org/wiki/Pollard%27s_rho_algorithm#Algorithm