Package: memo 1.1.1

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.

Authors:Peter Meilstrup <[email protected]>

memo_1.1.1.tar.gz
memo_1.1.1.zip(r-4.5)memo_1.1.1.zip(r-4.4)memo_1.1.1.zip(r-4.3)
memo_1.1.1.tgz(r-4.4-x86_64)memo_1.1.1.tgz(r-4.4-arm64)memo_1.1.1.tgz(r-4.3-x86_64)memo_1.1.1.tgz(r-4.3-arm64)
memo_1.1.1.tar.gz(r-4.5-noble)memo_1.1.1.tar.gz(r-4.4-noble)
memo_1.1.1.tgz(r-4.4-emscripten)memo_1.1.1.tgz(r-4.3-emscripten)
memo.pdf |memo.html
memo/json (API)
NEWS

# Install 'memo' in R:
install.packages('memo', repos = c('https://crowding.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/crowding/memo/issues

On CRAN:

13 exports 12 stars 1.65 score 1 dependencies 27 scripts 196 downloads

Last updated 9 months agofrom:6d4498a8e9. Checks:OK: 8 NOTE: 1. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 25 2024
R-4.5-win-x86_64NOTEAug 25 2024
R-4.5-linux-x86_64OKAug 25 2024
R-4.4-win-x86_64OKAug 25 2024
R-4.4-mac-x86_64OKAug 25 2024
R-4.4-mac-aarch64OKAug 25 2024
R-4.3-win-x86_64OKAug 25 2024
R-4.3-mac-x86_64OKAug 25 2024
R-4.3-mac-aarch64OKAug 25 2024

Exports:cache_statsdigest_keydropKeyfrom_pairshashmaphasKeykeyslru_cachememopermanent_cachepointer_keyto_pairsvalues

Dependencies:digest

The 'memo' package

Rendered fromREADME.Rmdusingknitr::rmarkdownon Aug 25 2024.

Last update: 2023-02-08
Started: 2015-06-29