Kel
Kel

Reputation: 1235

Performance comparison between IronRuby and IronPython

We're aiming to implement a scripting mechanism, using DLR's Microsoft.Scripting and hosting assembly.

Now, someone knows about any performance difference between IronRuby 1.0 and IronPython 2.6?

To my understanding they have different compilers, but IronPython seems more mature and tested, but if anyone has documentation or knowledge on this issue, that would be appreciated.

Upvotes: 4

Views: 763

Answers (1)

Jimmy Schementi
Jimmy Schementi

Reputation: 1239

IronPython has had more time to focus on performance improvements, but IronRuby has made significant performance improvements as of late. However, we rarely pin IronRuby up against IronPython. While people may comment here that one or the other is faster, and certain special cases/examples may even be uses to prove this, there is no exhaustive comparison available today.

Upvotes: 6

Related Questions