红帽企业 Linux 7 内置 Ruby 更新到 2.6 版本

栏目: Ruby · 发布时间: 5年前

内容简介:新的 Ruby 2.6.2 引入很多性能的提升,bug 修复和新特性,包括:包名: rh-ruby26

Red Hat Software Collections 提供为 RHEL 最新最稳定的开发工具,一般每年会有两个更新版本,作为最新的 Software Collections 3.3 版本,我们很高兴的宣布 Ruby 2.6 终于被 RHEL 7 官方集成了。

新的 Ruby 2.6.2 引入很多性能的提升,bug 修复和新特性,包括:

  • 值得关注的增强:
    • Constant names are now allowed to begin with a non-ASCII capital letter.
    • Support for an endless range has been added.

    • A new  Binding#source_location method has been provided.
    • $SAFE is now a process global state and it can be set back to  0 .
  • 性能提升:

    • The  Proc#call and  block.call processes have been optimized.
    • A new garbage collector managed heap,  Transient heap ( theap ), has been introduced.
    • Native implementations of coroutines for individual architectures have been introduced.

包名: rh-ruby26

容器镜像: rhscl/ruby-26-rhel7

系统支持: RHEL 7 for x86_64, s390x, aarch64, ppc64le

关于 Software Collections

红帽每一年发布两次新版本的编译器 工具 集、脚本语言、开源数据库、Web 工具等等,这样应用开发者就可以使用最新最稳定的版本。

这些被红帽支持的软件包打包成 Red Hat Software Collections , Red Hat Developer Toolset with GCC , 以及最新增加的编译器工具集  Clang/LLVM, Go, and Rust . 所有这些工具都可以通过 yum 来安装,并且包含在大多数红帽企业 Linux 订阅服务和开发者订阅服务中。

多数 Red Hat Software Collections 和 Red Hat Developer Toolset 组件也提供 Linux 容器镜像,用于混合云开发平台 Red Hat Enterprise Linux, Red Hat OpenShift Container 平台等。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

MongoDB

MongoDB

Kristina Chodorow、Michael Dirolf / O'Reilly Media / 2010-9-24 / USD 39.99

Discover how MongoDB can help you manage a huMONGOus amount of data collected through your web application. This book covers the basic principles and advanced uses of this document-oriented database, ......一起来看看 《MongoDB》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具