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.

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:19jyasskinsetspambayes_score: 0.126108 -> 0.1261078
recipients: + jyasskin, gvanrossum, rhettinger, facundobatista, mark.dickinson, ncoghlan
2008-02-14 17:47:19jyasskinsetspambayes_score: 0.126108 -> 0.126108
messageid: <1203011239.54.0.669549434556.issue1682@psf.upfronthosting.co.za>
2008-02-14 17:47:18jyasskinlinkissue1682 messages
2008-02-14 17:47:18jyasskincreate