Message3975

Author zyasoft
Recipients pekka.klarck, zyasoft
Date 2008-12-27.20:24:37
SpamBayes Score 7.41175e-06
Marked as misclassified No
Message-id <1230409478.84.0.16361638693.issue1212@psf.upfronthosting.co.za>
In-reply-to
Content
For Jython 2.5, it's faster to use the in operator instead of has_key.
(About 2x when run on my OS X box.) It's also just marginally slower
when running on Java 6 when compared to CPython, so that's pretty nice too.

We are very unlikely for us to consider improving performance for 2.2
with 2.5 to be released soon, so I'm marking this closed/won't fix.
History
Date User Action Args
2008-12-27 20:24:38zyasoftsetmessageid: <1230409478.84.0.16361638693.issue1212@psf.upfronthosting.co.za>
2008-12-27 20:24:38zyasoftsetrecipients: + zyasoft, pekka.klarck
2008-12-27 20:24:38zyasoftlinkissue1212 messages
2008-12-27 20:24:38zyasoftcreate