Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
1–10 of 22 posts
Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#2Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#3Does any python implementation have non-GIL threading?
Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#4Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#5Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#6Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#7Beautiful example how a combination of open source enthusiasm and commercial interest can generate some first class software. There's no way this could have happened without Evan's initial enthusiasm or Engine Yard's support. TBH I can list off dozens of open source projects that are one sponsor away from another level greatness. :P
Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#8I've never been massively keen on the carious implementations of ruby, they're all a bit different and those differences appear to be documented poorly. This is most visible if compared to the python landscape.
Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#9I've never been massively keen on the carious implementations of ruby, they're all a bit different and those differences appear to be documented poorly. This is most visible if compared to the python landscape.
0: https://github.com/rubyspec/rubyspec 1: http://rvm.beginrescueend.com/
Re: Rubinius Announces Plans for GIL Elimination, JIT Improvements, Targetable VM
#10In the long run, Ruby implementations will be at least 1 order of magnitude faster than either MRI 1.9 or JRuby. And I'm glad to see that the Rubinius folks are taking the necessary steps to get there.