07 Mar, 2011, Silenus wrote in the 1st comment:
Votes: 0
I am curious what is the current state of ruby implementations in practice? I am curious if the 1.9.2 YARV implementation is still the fastest overall for rails?
07 Mar, 2011, Runter wrote in the 2nd comment:
Votes: 0
MRI is still used in a lot of places, although YARV is rapidly becoming industry standard. YARV is the fastest overall. Although jruby has matured rapidly and is competitive. My preference is jruby atm. Rubinius is reasonably fast for what it does. Additionally, there's a lot of languages implemented in Rubinus as well. Twisol is implementing Lua in Rubinus, for example. You'd have to look at individual benchmarks to see what different implementations do faster or slower. They all have wheel houses. Currently, though, using yarv for rails 3 is the most common and "fastest" setup.
07 Mar, 2011, Tyche wrote in the 3rd comment:
Votes: 0
0.0/3