Hacker News new | ask | show | jobs
by eh9 1698 days ago
Every single time I’ve needed to use memo the performance gains where obvious.
1 comments

A: You'll know when you need it. Until that point one is firmly in the realm of premature optimization.
The post points out that given memoization in many cases avoids serious perf/functional issues not memoizing may be considered premature optimization.