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 jneb, mark.dickinson, serhiy.storchaka
Date 2016-02-02.18:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454436470.7.0.356268701554.issue26256@psf.upfronthosting.co.za>
In-reply-to
Content
Not really the same, since that issue was more about fast division. But it's the same spirit. It looks like I was more enthusiastic back then; now I'm older and grumpier. It's great to have this stuff, but I don't think it belongs in core Python: I'd much rather that the core Python integer implementation remain simple, portable and low-maintenance, and work well for the domain it's intended for: small-to-medium size integers. Cryptographic-size integers with a few hundred to a few thousand digits should be fine; number-theoretic work requiring hundreds of thousands of digits should use gmpy2 or something similar.
History
Date User Action Args
2016-02-02 18:07:50mark.dickinsonsetrecipients: + mark.dickinson, jneb, serhiy.storchaka
2016-02-02 18:07:50mark.dickinsonsetmessageid: <1454436470.7.0.356268701554.issue26256@psf.upfronthosting.co.za>
2016-02-02 18:07:50mark.dickinsonlinkissue26256 messages
2016-02-02 18:07:50mark.dickinsoncreate