Project is now named Celeste

This commit is contained in:
Emile Clark-Boman 2025-07-06 19:20:20 +10:00
parent 87917f9526
commit 269092fb53
45 changed files with 1507 additions and 12 deletions

12
research/aparith/README Normal file
View file

@ -0,0 +1,12 @@
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