Join Slack
Powered by
<@U5UU34LPK> <https://github.com/MarioAriasC/funKT...
# announcements
r
raulraja
07/01/2017, 1:47 PM
@karelpeeters
https://github.com/MarioAriasC/funKTionale/blob/master/funktionale-memoization/src/main/kotlin/org/funktionale/memoization/namespace.kt#L21
by
@dh44t
can memoize results of expensive computations on any function. It's a common optimization technique used in FP. Not sure there is a need for delegates or object encapsulation beyond that unless you want to share results between different functions.
Open in Slack
Previous
Next