- Description about the talk
- Ractor was introduced in Ruby 3.0 as an experimental feature to enable parallel programming in Ruby.
Now Ractor is not widely used for many reasons. For example, from the perspective of a Ractor implementer, Ractor does not have enough performance and quality.
In this talk, we will explain which features are not enough, why they are difficult, and how to solve these difficulties.