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.

作者 mark.dickinson
收信人 christian.heimes, fredrikj, mark.dickinson, pernici
日期 2009-11-28.16:01:03
SpamBayes Score 5.899789e-09
Marked as misclassified
Message-id <1259424065.39.0.0516374533376.issue3944@psf.upfronthosting.co.za>
In-reply-to
内容
I'm going to close this: it's a really nice idea, but after the 30-bit 
long digits were implemented, the speedup doesn't seem to be worth the 
extra code complication.

The only situation I've found where this optimization really does make a 
big difference is when using 60-bit digits, but allowing those in Python 
would take a bit more work (essentially because it requires using some 
inline assembler to get at the CPU widening multiply and 128-bit-by-64-bit 
division instructions).
历史
日期 用户 动作 参数
2009-11-28 16:01:05mark.dickinson修改recipients: + mark.dickinson, pernici, christian.heimes, fredrikj
2009-11-28 16:01:05mark.dickinson修改messageid: <1259424065.39.0.0516374533376.issue3944@psf.upfronthosting.co.za>
2009-11-28 16:01:03mark.dickinson链接issue3944 messages
2009-11-28 16:01:03mark.dickinson创建