The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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.

Version: 1.1.1
Imports: digest
Suggests: testthat (≥ 0.2), knitr, rmarkdown
Published: 2023-12-12
Author: Peter Meilstrup
Maintainer: Peter Meilstrup <peter.meilstrup at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: memo results

Documentation:

Reference manual: memo.pdf
Vignettes: The 'memo' package

Downloads:

Package source: memo_1.1.1.tar.gz
Windows binaries: r-devel: memo_1.1.1.zip, r-release: memo_1.1.1.zip, r-oldrel: memo_1.1.1.zip
macOS binaries: r-release (arm64): memo_1.1.1.tgz, r-oldrel (arm64): memo_1.1.1.tgz, r-release (x86_64): memo_1.1.1.tgz, r-oldrel (x86_64): memo_1.1.1.tgz
Old sources: memo archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=memo to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.