Hacker News new | ask | show | jobs
by mwbiz 5523 days ago
If you're writing in JavaScript it's a nice candidate for self memoizing functions. Obviously this is only helpful if you're making numerous requests to the method, a single request still produces a series of recursive calls.
1 comments

But the single request will still be faster. Try it.