使用rubinius有什么好处

时间:2021-06-25 16:10:10

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:

嘿那里,我会拍一下:

  1. Fantastic backtraces
  2. 神奇的回溯
  3. Super well tested via RubySpec
  4. 通过RubySpec进行超级测试
  5. Ultra responsive dev team
  6. 超响应开发团队
  7. Modern garbage collection
  8. 现代垃圾收集
  9. Beautiful source code, much of it in Ruby!
  10. 漂亮的源代码,大部分都在Ruby中!
  11. Easy to get involved (open commit bit)
  12. 容易参与(开放提交位)
  13. Good performance, occasionally great, improving very quickly
  14. 良好的性能,偶尔很好,很快就会提高
  15. Native threads
  16. 本机线程
  17. GIL elimination work in progress, excellent threaded performance in the future
  18. GIL消除工作正在进行中,未来优秀的线程性能
  19. First class Windows support work in progress
  20. 一流的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:

嘿那里,我会拍一下:

  1. Fantastic backtraces
  2. 神奇的回溯
  3. Super well tested via RubySpec
  4. 通过RubySpec进行超级测试
  5. Ultra responsive dev team
  6. 超响应开发团队
  7. Modern garbage collection
  8. 现代垃圾收集
  9. Beautiful source code, much of it in Ruby!
  10. 漂亮的源代码,大部分都在Ruby中!
  11. Easy to get involved (open commit bit)
  12. 容易参与(开放提交位)
  13. Good performance, occasionally great, improving very quickly
  14. 良好的性能,偶尔很好,很快就会提高
  15. Native threads
  16. 本机线程
  17. GIL elimination work in progress, excellent threaded performance in the future
  18. GIL消除工作正在进行中,未来优秀的线程性能
  19. First class Windows support work in progress
  20. 一流的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并且已经具有了不错的多线程性能! :-)