Author david.kwast
Recipients david.kwast, delroth, riq
Date 2008-06-21.18:05:41
SpamBayes Score 0.039989
Marked as misclassified No
Message-id <1214071550.44.0.395877614899.issue3062@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a small python program to test turtle speed in OSX. I tested
with trunk and py3k branch.

The string input works differently with 2.5, 2.6 and 3.0. The turtle is
slower in 2.5 and almost the same speed in 2.6 and 3.0.

Here are my test results:

david-kwasts-macbook:turtle davidkwast$ ../python_3k/python speedy.py 
0:00:04.640639
0:00:02.031436
david-kwasts-macbook:turtle davidkwast$ ../python_trunk/python speedy.py 
0:00:04.598181
0:00:02.048452
david-kwasts-macbook:turtle davidkwast$ python speedy.py 
(Python version < 2.6 don't support int in speed funtion)
0:00:18.343453
History
Date User Action Args
2008-06-21 18:05:51david.kwastsetspambayes_score: 0.039989 -> 0.039989
recipients: + david.kwast, delroth, riq
2008-06-21 18:05:50david.kwastsetspambayes_score: 0.039989 -> 0.039989
messageid: <1214071550.44.0.395877614899.issue3062@psf.upfronthosting.co.za>
2008-06-21 18:05:46david.kwastlinkissue3062 messages
2008-06-21 18:05:44david.kwastcreate