Rubinius 1.0 (Fabius) Released
rubini.us
Rubinius 1.0 (Fabius) Released
1–10 of 50 posts
Re: Rubinius 1.0 (Fabius) Released
#2Re: Rubinius 1.0 (Fabius) Released
#3Cool. Is Rubinius faster than 1.8.6 or even 1.9? Was that the goal? Or is it just a 1.0 milestone where the project is compatible enough to meet the 1.8.6 ruby language spec and native libs?
Re: Rubinius 1.0 (Fabius) Released
#4Re: Rubinius 1.0 (Fabius) Released
#5Cool. Is Rubinius faster than 1.8.6 or even 1.9? Was that the goal? Or is it just a 1.0 milestone where the project is compatible enough to meet the 1.8.6 ruby language spec and native libs?
I'm excited that rubinius is out, but I'm not sure at the moment what it's advantages are versus MRI in terms of practical use.
Re: Rubinius 1.0 (Fabius) Released
#6Cool. Is Rubinius faster than 1.8.6 or even 1.9? Was that the goal? Or is it just a 1.0 milestone where the project is compatible enough to meet the 1.8.6 ruby language spec and native libs?
I just did a quick test of 1.9 vs rubinius on the alioth pidigits and btrees benchmarks, and rubinius was 1.5 times as slow on pidigits and twice as slow on btrees. In addition, the release notes state that they are aware that several string operations in Rubinius are currently slower than their MRI 1.8 equivalents. I'm excited that rubinius is out, but I'm not sure at the moment what it's advantages are versus MRI i…
Re: Rubinius 1.0 (Fabius) Released
#7Cool. Is Rubinius faster than 1.8.6 or even 1.9? Was that the goal? Or is it just a 1.0 milestone where the project is compatible enough to meet the 1.8.6 ruby language spec and native libs?
The biggest goal, at least a few years ago, was to have a Ruby that is substantially implemented in Ruby, as opposed to being a hundred thousand lines of C under the hood. Paradoxically, this can result in speedups, since it's easier to optimize expressive, well-written code. Avi Bryant gave a talk at RailsConf a few years ago about how Smalltalk contains all the "features" of Ruby that are usually blamed for its per…
Re: Rubinius 1.0 (Fabius) Released
#8Re: Rubinius 1.0 (Fabius) Released
#9Now that 1.0 is out, how about adding a blog and a mailing list?
I'd love to see Rubinius pick up a large following. IRC-only makes it a challenge to build a thriving community.