https://eregon.me/blog/2025/05/03/contributions-to-ruby-spec.html
| Blog | https://eregon.me/blog/ |
| Blog | https://eregon.me/blog/ |
TruffleRuby 23.1 (to be released on Sep 19) is 4.6x and 3.5x faster than CRuby 3.2 on the new yjit-bench fluentd benchmark!
The fluentd benchmark was recently added in yjit-bench (https://github.com/Shopify/yjit-bench/pull/243) and I was eager to run it on TruffleRuby to see how it fares. Profiling revealed a small issue with Array#<< and with that fixed (https://github.com/oracle/truffleruby/pull/3234) we get this nice speedup.