memoize by closure
make a function "remember" its return values by closure.
Last updated
Was this helpful?
make a function "remember" its return values by closure.
Last updated
Was this helpful?
JS.info โฉ (by decorator)
(by parameter)
Wictionary โฉ - to store (the result of a computation) so that it can be subsequently retrieved without repeating the computation.