Why is IronPython faster than the Official Python Interpreter

Posted by Tristan Havelick on Stack Overflow See other posts from Stack Overflow or by Tristan Havelick
Published on 2009-02-02T20:21:28Z Indexed on 2010/03/15 21:59 UTC
Read the original article Hit count: 587

Filed under:
|
|

According to this:

http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IP20VsCPy25Perf&referringTitle=IronPython%20Performance

IronPython (Python for .Net) is faster than regular Python (cPython) on the same machine. Why is this? I would think compiled C code would always be faster than the equivalent CLI bytecode.

© Stack Overflow or respective owner

Related posts about ironpython

Related posts about python