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 mark.dickinson
Recipients BreamoreBoy, Carl.Friedrich.Bolz, eric.smith, fredrikj, mark.dickinson, pernici, serhiy.storchaka, steve21, vstinner, xuanji
Date 2021-04-13.13:55:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618322102.25.0.70694441347.issue3451@roundup.psfhosted.org>
In-reply-to
Content
> we have implemented a faster algorithm for divmod for big numbers using Mark's fast_div.py in PyPy

Urk! I hope your implementation included a healthy dose of validation, testing and cleanup. :-) (I have no doubts that it did.)

I'd consider fast_div.py to be proof-of-concept code rather than something suitable for immediate use.
History
Date User Action Args
2021-04-13 13:55:02mark.dickinsonsetrecipients: + mark.dickinson, pernici, vstinner, Carl.Friedrich.Bolz, eric.smith, fredrikj, steve21, BreamoreBoy, xuanji, serhiy.storchaka
2021-04-13 13:55:02mark.dickinsonsetmessageid: <1618322102.25.0.70694441347.issue3451@roundup.psfhosted.org>
2021-04-13 13:55:02mark.dickinsonlinkissue3451 messages
2021-04-13 13:55:02mark.dickinsoncreate