Skip to content

Comment on Speeding up atan2fparent

Comments

Technically it's a lookup table if you pre-compute them. Memoization would just be caching them as you do them.

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.