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
日期 2008-11-04.15:37:52
SpamBayes Score 1.8995648e-05
Marked as misclassified
Message-id <1225813076.42.0.335183613096.issue3944@psf.upfronthosting.co.za>
In-reply-to
内容
I've opened a separate issue (issue 4258) for the idea of using 30-bit
long digits instead of 15-bit ones.  I'll remove the patch from this 
issue.

Pernici Mario's idea applies even better to base 2**30 longs:  one can
clump together 16 (!) of the multiplications at once, essentially
eliminating the overhead of shifts almost completely.
历史
日期 用户 动作 参数
2008-11-04 15:37:56mark.dickinson修改recipients: + mark.dickinson, pernici, christian.heimes, fredrikj
2008-11-04 15:37:56mark.dickinson修改messageid: <1225813076.42.0.335183613096.issue3944@psf.upfronthosting.co.za>
2008-11-04 15:37:52mark.dickinson链接issue3944 messages
2008-11-04 15:37:52mark.dickinson创建