Login
Roast topics
Find topics
Find it!
From:
Rails at Scale
(Uncensored)
subscribe
Performance impact of the memoization idiom on modern Ruby | Rails at Scale
https://railsatscale.com/2023-10-24-memoization-pattern-and-object-shapes/
links
backlinks
Tagged with:
performance
ruby
Roast topics
Find topics
Roast it!
Ruby 3.2 saw the introduction of object shapes which speedup instance variables access in most cases, but can be slower in some pathological cases.