Linked by Eugenia Loli-Queru on Fri 14th Oct 2005 16:17 UTC
Thread beginning with comment 46187
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
>>It should also be pointed out that IronPython >>performs better than CPython...
A far as I could see, it isn't faster than Cpython. What's more, in most cases it is much more slower.
However, I've never done any intensive testing. I just tested the speed of very simple code snippets, and they always come up being much slower in Ironpython than in Cpython.
This is not to criticize, IP is still in alpha, and performance optimization is always the last thing to do when creating a language implementation...