Hacker News new | ask | show | jobs
by torginus 145 days ago
Don't know about the others, but FFT is the classic case of common subexpression evaluation (its mathematically equivalent), which I think by OPs definition would fall under caching.