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
收信人 fredrikj, loewis, mark.dickinson, pitrou, rhettinger, terry.reedy, vstinner
日期 2008-12-13.15:34:43
SpamBayes Score 0.034726728
Marked as misclassified
Message-id <1229182530.86.0.839512898967.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
I think I've found the happy medium:

bit_length7_opt2.patch achieves nearly the same performance gains as 
bit_length7_opt.patch (around 7% for uniformly-distributed inputs, 3.5% 
for uniformly-distributed outputs), but is much more straightforward and 
readable.  It's pretty much what Raymond suggested in the first place, 
plus a table lookup.
历史
日期 用户 动作 参数
2008-12-13 15:35:30mark.dickinson修改recipients: + mark.dickinson, loewis, rhettinger, terry.reedy, pitrou, vstinner, fredrikj
2008-12-13 15:35:30mark.dickinson修改messageid: <1229182530.86.0.839512898967.issue3439@psf.upfronthosting.co.za>
2008-12-13 15:34:43mark.dickinson链接issue3439 messages
2008-12-13 15:34:43mark.dickinson创建