Message259408
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. |
|
Date |
User |
Action |
Args |
2016-02-02 18:07:50 | mark.dickinson | set | recipients:
+ mark.dickinson, jneb, serhiy.storchaka |
2016-02-02 18:07:50 | mark.dickinson | set | messageid: <1454436470.7.0.356268701554.issue26256@psf.upfronthosting.co.za> |
2016-02-02 18:07:50 | mark.dickinson | link | issue26256 messages |
2016-02-02 18:07:50 | mark.dickinson | create | |
|