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 vstinner
Recipients Oren Milman, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-03-02.10:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488448975.06.0.562715341333.issue27298@psf.upfronthosting.co.za>
In-reply-to
Content
> To sum it up, my patch degrades performance for ints smaller than (approximately) 10 ** 150, and improves performance for bigger ints. 

IMHO Python language mostly handles integers smaller than 1 million, so the optimization is not a good idea :-) I had the same issue when I tried to modify Python to use GMP internally for long integers.
History
Date User Action Args
2017-03-02 10:02:55vstinnersetrecipients: + vstinner, mark.dickinson, serhiy.storchaka, Oren Milman
2017-03-02 10:02:55vstinnersetmessageid: <1488448975.06.0.562715341333.issue27298@psf.upfronthosting.co.za>
2017-03-02 10:02:55vstinnerlinkissue27298 messages
2017-03-02 10:02:54vstinnercreate