CMD + K

r-r.cache

Community

Memoization can be used to speed up repetitive and computational expensive function calls. The first time a function that implements memoization is called the results are stored in a cache memory. The next time the function is called with the same set of parameters, the results are momentarily retrieved from the cache avoiding repeating the calculations. With this package, any R object can be cached in a key-value storage where the key can be an arbitrary set of R objects. The cache memory is persistent (on the file system).

Installation

To install this package, run one of the following:

Conda
$conda install f30a78ec8::r-r.cache

Usage Tracking

0.13.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Memoization can be used to speed up repetitive and computational expensive function calls. The first time a function that implements memoization is called the results are stored in a cache memory. The next time the function is called with the same set of parameters, the results are momentarily retrieved from the cache avoiding repeating the calculations. With this package, any R object can be cached in a key-value storage where the key can be an arbitrary set of R objects. The cache memory is persistent (on the file system).

Last Updated

Dec 29, 2019 at 15:39

License

LGPL-2.1

Total Downloads

12

Supported Platforms

noarch