TruffleRuby 33.0.0
TruffleRuby is a high-performance implementation of the Ruby programming language.
TruffleRuby aims to be fully compatible with the standard implementation of Ruby, MRI.
More information is available in the README.
TruffleRuby comes in two standalone modes, native and jvm, each built with both Oracle GraalVM and Community Edition.
See the documentation for which release asset corresponds to what.
Blog Post
https://truffleruby.dev/blog/truffleruby-33-is-released
Changelog
New features:
Hashis now thread-safe on TruffleRuby, based on Benoit Daloze's PhD research (#3869, #3112, #2763, @eregon).- The TruffleRuby version changed from being based on the GraalVM version to being based on the CRuby version. TruffleRuby version aims to be compatible with CRuby . See for more details (#4020, @eregon).