xuanhao 发表于 2015-11-2 10:03:38

JRuby 9.0.3.0 发布,Java 的 Ruby 解释器

欢迎加入运维网交流群:263444886  
  JRuby 9.0.3.0 发布,主要更新如下:

[*]  Pattern ‘foo rescue nil’ now can, at times, run 48x faster
[*]  Blocks can independently JIT now improving perf in some scenarios
[*]  define_method with non-capturing body is now 2+x faster (~same speed as def)
[*]  stat() on windows now supports long paths and UNC paths
[*]  Handful of issues fixed makes Rails master run (sans AR-JDBC work outstanding)
[*]  31 issues fixed for 9.0.3.0
  更多内容请看:发行说明。
  软件主页: http://www.jruby.org/
  下载地址: http://www.jruby.org/download
JRuby是面向Ruby、基于Java虚拟机(JVM)的一种解释程序,它结合了Ruby语言的简易性和功能强大的JVM的执行机制,包括与Java库全面集成。Rails彻底加快及简化了Web应用的开发,不过它让人觉得不够成熟,特别是在高端企业级功能方面。另一方面,Java平台及其虚拟机、库和应用服务器的速度、稳定性和功能方面却一直在提升,现在已被公认为是开发高端服务器应用的领先平台。不过如果Java平台不与Ruby等新兴语言联系在一起,就有可能落后于流行趋势。
页: [1]
查看完整版本: JRuby 9.0.3.0 发布,Java 的 Ruby 解释器