Ruby's performance has seen significant improvements with JIT compilers like YJIT. YJIT works by identifying and compiling frequently executed "hot spots" in the code into optimized machine language during runtime, speeding up execution. #YJIT 4/6
Latest posts tagged with #yjit on Bluesky
Ruby's performance has seen significant improvements with JIT compilers like YJIT. YJIT works by identifying and compiling frequently executed "hot spots" in the code into optimized machine language during runtime, speeding up execution. #YJIT 4/6
Matz on BalticRuby stage
"We need more open source Ruby code" says @matz at @balticruby.
#opensource #ruby #balticruby2025 #rubylang #BalticRuby #conference #riga #latvia #rubygems #opensourcesoftware #oss #foss
I wrote "Exploring Ruby Ractors: I paid for 10 cores, I'm gonna use 10 cores!"
I had fun exploring #ruby 3.4 #Ractors for true concurrency. They work, but #YJIT is the real MVP.
My slow #docker results remain a mystery. I'd love to know if anyone else has seen similar.
Check it out!
🤠💎
Released ruby-install 0.10.0! This release contains many small improvements to usability and better support for building CRuby with jemalloc or YJIT enabled.
$ ruby-install ruby -- --with-jemalloc
$ ruby-install ruby -- --enable-yjit
github.com/postmodern/r...
#ruby #yjit #jemalloc
Ruby 3.4 Programming Language Brings "it", Better Performance For YJIT
—Phoronix
https://www.phoronix.com/news/Ruby-3.4-Released
#ruby #YJIT #plt