Fedora Packages

R-R.cache

Fast and Light-Weight Caching (Memoization) of Objects and Results

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).

Releases Overview

Release Stable Testing
Fedora Rawhide 0.16.0-6.fc40 -
Fedora 40 0.16.0-6.fc40 -
Fedora 39 0.16.0-4.fc39 -
Fedora 38 0.16.0-3.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at R-R.cache dash maintainers at fedoraproject dot org.



Sources on Pagure