Ruby 3 introduced Ractors, which allow true concurrency in the language. However, Ruby's stop-the-world Garbage Collector (GC) pauses all of the...
RDoc generation from RBS
Sushanth
Documentation refers to the additional text associated with a codebase to help developers and/or clients/users understand the code/use cases better....
Implementing Ruby 3.0 Pattern Matching in TruffleRuby
Raghu Ranganathan
This project aims to improve feature parity between TruffleRuby and CRuby in places where full Ruby 3.0 feature parity has not been achieved, aiming...