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/
你能不能给我一些例子,值得用rubinius,比如这篇文章:http://yehudakatz.com/2009/08/31/simplifying-rails-block-helpers-with-a-side-of-rubinius/
1 个解决方案
#1
19
Hey there, I'll take a shot:
嘿那里,我会拍一下:
- Fantastic backtraces
- 神奇的回溯
- Super well tested via RubySpec
- 通过RubySpec进行超级测试
- Ultra responsive dev team
- 超响应开发团队
- Modern garbage collection
- 现代垃圾收集
- Beautiful source code, much of it in Ruby!
- 漂亮的源代码,大部分都在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
- GIL消除工作正在进行中,未来优秀的线程性能
- First class Windows support work in progress
- 一流的Windows支持工作正在进行中
JRuby shares these benefits, except #9, because it's doesn't have a GIL and already has terrific multi-threaded performance! :-)
JRuby除了#9之外还分享了这些好处,因为它没有GIL并且已经具有了不错的多线程性能! :-)
#1
19
Hey there, I'll take a shot:
嘿那里,我会拍一下:
- Fantastic backtraces
- 神奇的回溯
- Super well tested via RubySpec
- 通过RubySpec进行超级测试
- Ultra responsive dev team
- 超响应开发团队
- Modern garbage collection
- 现代垃圾收集
- Beautiful source code, much of it in Ruby!
- 漂亮的源代码,大部分都在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
- GIL消除工作正在进行中,未来优秀的线程性能
- First class Windows support work in progress
- 一流的Windows支持工作正在进行中
JRuby shares these benefits, except #9, because it's doesn't have a GIL and already has terrific multi-threaded performance! :-)
JRuby除了#9之外还分享了这些好处,因为它没有GIL并且已经具有了不错的多线程性能! :-)