Hacker News new | ask | show | jobs
by bluedino 1759 days ago
Technically it's a lookup table if you pre-compute them. Memoization would just be caching them as you do them.
1 comments

Not necessarily, you could "cache" them in a compilation step and then use the table at runtime.