memo
In-Memory Caching of Repeated Computations (Memoization)
A simple in-memory, LRU cache that can be wrapped around any function to memoize it. The cache is keyed on a hash of the input data (using 'digest') or on pointer equivalence.
- Version1.1.1
- R versionunknown
- LicenseMIT
- Licensefile LICENSE
- Needs compilation?Yes
- Last release12/12/2023
Documentation
Team
Peter Meilstrup
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Imports1 package
- Suggests3 packages