Message4069

Author cgroves
Recipients cgroves, fwierzbicki, marcdownie, yanne
Date 2009-01-24.19:10:53
SpamBayes Score 2.7085984e-05
Marked as misclassified No
Message-id <1232824253.98.0.411242153306.issue1230@psf.upfronthosting.co.za>
In-reply-to
Content
Jython's startup is just slower with 2.5 in general:

11:00:56$ time java -jar ~/jython2.2.1/jython.jar -c "print"


real	0m0.881s
user	0m1.061s
sys	0m0.157s
11:01:01$ time java -jar ~/jython2.5b1/jython.jar -c "print"


real	0m2.597s
user	0m3.278s
sys	0m0.337s

We haven't done much optimization in 2.5 yet, so there are probably some  
easy things to pick up to get it back closer to its old speed.  That 
should happen before 2.5 final comes out.
History
Date User Action Args
2009-01-24 19:10:53cgrovessetmessageid: <1232824253.98.0.411242153306.issue1230@psf.upfronthosting.co.za>
2009-01-24 19:10:53cgrovessetrecipients: + cgroves, fwierzbicki, yanne, marcdownie
2009-01-24 19:10:53cgroveslinkissue1230 messages
2009-01-24 19:10:53cgrovescreate