[Mono-list] C# versus IronPython: speed and scalability

Richard Torkar richard.torkar@htu.se
Wed, 07 Apr 2004 09:36:27 +0200


On Wed, 2004-04-07 at 00:51 +0200, L=E1szl=F3 Monda wrote:
> Hi list,
>=20
> I'm very interested about the difference of the execution speed of
> IronPython versus C#. I know IronPython is not out yet, but you may
> have some estimation about this issue. I suspect C# is faster, but
> how many times?
>=20
> My second question: is it recommended to develop robust applications
> in IronPython (considering its speed)?

Considering that it might not even be released, I for one would not
focus on IronPython at all...

Quoted from http://www.xml.com/pub/a/2004/03/31/pycon.html:

"Alas, Hugunin is not releasing this implementation, which he calls
IronPython, until (or unless?) he can figure out how to complete it,
which I took to mean until or unless he can figure out how to have that
development funded. That's too bad, especially since it means that his
performance claims cannot be duplicated, and others who are interested
cannot contribute to IronPython. One of the main areas of performance
increase in IronPython is in user defined functions, which can be many
times faster in IronPython than in CPython."

Best,

/Richard