9

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/

shingara
  • 46,608
  • 11
  • 99
  • 105
Sławosz
  • 11,187
  • 15
  • 73
  • 106
  • This guy did a blog post benchmarking different versions of ruby...pretty interesting! http://andrewsblog.org/ruby-comparisons-benchmark – AtHeartEngineer Aug 31 '12 at 22:05

1 Answers1

19

Hey there, I'll take a shot:

  1. Fantastic backtraces
  2. Super well tested via RubySpec
  3. Ultra responsive dev team
  4. Modern garbage collection
  5. Beautiful source code, much of it in Ruby!
  6. Easy to get involved (open commit bit)
  7. Good performance, occasionally great, improving very quickly
  8. Native threads
  9. GIL elimination work in progress, excellent threaded performance in the future
  10. 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