Why is IronPython faster than the Official Python Interpreter

后端 未结 5 2012
清歌不尽
清歌不尽 2020-12-29 10:05

According to this:

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

IronPython (Python fo

5条回答
  •  鱼传尺愫
    2020-12-29 10:47

    I'm not sure exactly how you're drawing the conclusion that IronPython is faster than CPython. The link that you post seems to indicate that they're good at different things (like exceptions as has been pointed out).

提交回复
热议问题