Y
Hacker News
new
|
ask
|
show
|
jobs
by
recursive
161 days ago
How do you cache the result of a computation if you eliminate the means of expressing that computation?
1 comments
imvetri
159 days ago
when computed once, the function signature will be cache key
example function name(12,321):result
There is no elimination, there is one time execution
link
example function name(12,321):result
There is no elimination, there is one time execution