Fast Forward: Speeding up Delegate Methods
Aaron Patterson
• Chicago, IL
•
Talk
Date: November 13, 2024
Published: December 10, 2024
Announced: unknown
Delegate methods are methods that take any parameters, and pass those parameters on to other methods. It may not seem like it, but this is an extremely common pattern in Ruby code. In this session, we’re going to learn how Ruby method calls work, how inline caches work, and how we can use the combination of this knowledge to optimize delegate methods.
RubyConf 2024