memofunc {memofunc} | R Documentation |
memofunc: A package for memoizing functions and caching data
Description
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 function -
is.memo
- is the given function a memo -
memo.function
- get a memo's origional function -
memo.cache
- get a memo's cache storage
Author(s)
Roy Wetherall rwetherall@gmail.com
[Package memofunc version 1.0.2 Index]