This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Carl.Friedrich.Bolz
Recipients BreamoreBoy, Carl.Friedrich.Bolz, eric.smith, fredrikj, mark.dickinson, pernici, serhiy.storchaka, steve21, vstinner, xuanji
Date 2021-04-13.08:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618304152.97.0.847733307949.issue3451@roundup.psfhosted.org>
In-reply-to
Content
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 ;-)).
History
Date User Action Args
2021-04-13 08:55:53Carl.Friedrich.Bolzsetrecipients: + Carl.Friedrich.Bolz, mark.dickinson, pernici, vstinner, eric.smith, fredrikj, steve21, BreamoreBoy, xuanji, serhiy.storchaka
2021-04-13 08:55:52Carl.Friedrich.Bolzsetmessageid: <1618304152.97.0.847733307949.issue3451@roundup.psfhosted.org>
2021-04-13 08:55:52Carl.Friedrich.Bolzlinkissue3451 messages
2021-04-13 08:55:52Carl.Friedrich.Bolzcreate