Published by Jim Parshall on 27 Dec 2008
Ruby Performance Benchmarks
Antonio Cangiano has posted some great benchmarks for Ruby incorporating all the big implementations of the language (e.g. IronRuby, 1.9, jRuby).
It is interesting to note that since Microsoft is focusing on fixing compatibility in IronRuby and not working on speed it is WAY, WAY slower than dirt. In fact, Ruby on Windows is just slow period and on Vista it is like a turtle.
I am not sure why this is other than work on Windows versions of things in the open source community is not taken as, ahem, seriously as it is on Mac OS X or Linux. It is probably a cultural thing.
Another point of interest is how well jRuby did in these marks. Holy shamoly that’s some hot preformance from the Java based Ruby engine. It came in 2nd to the newest 1.9 from source compile. Most impressive.