Message 62406 - Python tracker (original) (raw)

Message62406

Author jyasskin
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, ncoghlan, rhettinger
Date 2008-02-14.17:47:18
SpamBayes Score 0.1261078
Marked as misclassified No
Message-id 1203011239.54.0.669549434556.issue1682@psf.upfronthosting.co.za
In-reply-to
Content
Thanks for writing the __add__ optimization down. I hadn't realized how simple it was. I think both optimizations are worth it. 22% on a rarely used class is worth 24 lines of python, and I think nearly eliminating the overhead of ABCs (which will prevent them from getting a bad performance reputation) is worth some C.
History
Date User Action Args
2008-02-14 17:47:19 jyasskin set spambayes_score: 0.126108 -> 0.1261078recipients: + jyasskin, gvanrossum, rhettinger, facundobatista, mark.dickinson, ncoghlan
2008-02-14 17:47:19 jyasskin set spambayes_score: 0.126108 -> 0.126108messageid: 1203011239.54.0.669549434556.issue1682@psf.upfronthosting.co.za
2008-02-14 17:47:18 jyasskin link issue1682 messages
2008-02-14 17:47:18 jyasskin create