Hacker News new | ask | show | jobs
by csjh 830 days ago
How do you mean? CPython uses karatsuba's for large numbers which should be asymptotically fast

https://github.com/python/cpython/blob/d864b0094f9875c5613cb...