New for Ruby 3.4: Modular Garbage Collection and MMTk
railsatscale.com
New for Ruby 3.4: Modular Garbage Collection and MMTk
1–4 of 4 posts
Re: New for Ruby 3.4: Modular Garbage Collection and MMTk
#2This post describes the new modular garbage collection feature in Ruby 3.4: The ability to override Ruby's GC at runtime. We also introduce our first concrete alternative GC implementation, based on the Memory Management Toolkit (MMTk).
Re: New for Ruby 3.4: Modular Garbage Collection and MMTk
#3[deleted]
Re: New for Ruby 3.4: Modular Garbage Collection and MMTk
#4This is very exciting - important foundational work to underpin Ruby performance improvements.
Thank you for all the effort!