CMD + K

r-memo

Anaconda Verified

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.

Installation

To install this package, run one of the following:

Conda
$conda install r::r-memo

Usage Tracking

1.1
1.0.2
1.0.1
3 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Jan 16, 2024 at 21:26

License

MIT

Total Downloads

331

Supported Platforms

linux-64

Unsupported Platforms

macOS-64 Last supported version: 1.0.1
win-64 Last supported version: 1.0.1