Message390940
FWIW, we have implemented a faster algorithm for divmod for big numbers using Mark's fast_div.py in PyPy. In particular, this speeds up str(long) for large numbers significantly (eg calling str on the result of math.factorial(2**17) is now 15x faster than CPython ;-)). |
|
| Date |
User |
Action |
Args |
| 2021-04-13 08:55:53 | Carl.Friedrich.Bolz | set | recipients:
+ Carl.Friedrich.Bolz, mark.dickinson, pernici, vstinner, eric.smith, fredrikj, steve21, BreamoreBoy, xuanji, serhiy.storchaka |
| 2021-04-13 08:55:52 | Carl.Friedrich.Bolz | set | messageid: <[email protected]> |
| 2021-04-13 08:55:52 | Carl.Friedrich.Bolz | link | issue3451 messages |
| 2021-04-13 08:55:52 | Carl.Friedrich.Bolz | create | |
|