Hi all,
the url http://torquedev.blogspot.com/2008/0...es-in-air.html
(blog of a game developers)
says IronPython is faster than CPython in 1.6 times.
Is it really true?
If yes, what are IronPython drawbacks vs CPython?
And is it possible to use IronPython in Linux?
D.
解决方案IronPython runs on top of .NET. I would be suspect of any claims that
it is faster than cPython, just as I would of claims that Stackless or
Jython are faster.
Jeff wrote:
IronPython runs on top of .NET. I would be suspect of any claims that
it is faster than cPython, just as I would of claims that Stackless or
Jython are faster.
Well don""t be. There are benchmarks that clearly show IronPython as
faster for selected tests. Other tests show CPython running more quickly.
As always, a benchmark is only really valuable on a typical workload for
the intended application.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
Mike C. Fletcher:
Not sure if Mono also provides a speedup.
There is a set of good benchmarks here, the answer is negative:
http://shootout.alioth.debian.org/sa...=all&lang=iron
Bye,
bearophile