Could you give me some examples were is worth it use rubinius, like in this post: http://yehudakatz.com/2009/08/31/simplifying-rails-block-helpers-with-a-side-of-rubinius/
Asked
Active
Viewed 781 times
1 Answers
19
Hey there, I'll take a shot:
- Fantastic backtraces
- Super well tested via RubySpec
- Ultra responsive dev team
- Modern garbage collection
- Beautiful source code, much of it in Ruby!
- Easy to get involved (open commit bit)
- Good performance, occasionally great, improving very quickly
- Native threads
- GIL elimination work in progress, excellent threaded performance in the future
- First class Windows support work in progress
JRuby shares these benefits, except #9, because it's doesn't have a GIL and already has terrific multi-threaded performance! :-)

Jörg W Mittag
- 363,080
- 75
- 446
- 653

Tom Mornini
- 206
- 2
- 2
-
1And how does the performance compare to use the MRI 1.9.2 (I know it's not really MRI anymore). – fivetwentysix Oct 31 '11 at 05:02
-
I would love to see a page which shows the rubyspec results and where it's lacking. – Amala Jan 30 '12 at 17:07