memofunc
From memofunc v1.0.2
by Roy Wetherall
memofunc: A package for memoizing functions and caching data
The memofunc
package provides a simple way to memoize a function to optimise execution for process or data
intensive actions.
Memoization Functions
memo
- memoize a functionis.memo
- is the given function a memomemo.function
- get a memo's origional functionmemo.cache
- get a memo's cache storage
Community examples
Looks like there are no examples yet.