Movatterモバイル変換


[0]ホーム

URL:


memo: Hashmaps and Memoization (in-Memory Caching of RepeatedComputations)

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. Also includes a generic hashmap object that can key on any object type.

Version:1.1.2
Depends:R (≥ 3.5.0)
Imports:digest
Suggests:testthat (≥ 0.2),knitr,rmarkdown
Published:2025-12-10
DOI:10.32614/CRAN.package.memo
Author:Peter Meilstrup [aut, cre]
Maintainer:Peter Meilstrup <peter.meilstrup at gmail.com>
License:MIT + fileLICENSE
NeedsCompilation:yes
Materials:README,NEWS
CRAN checks:memo results

Documentation:

Reference manual:memo.html ,memo.pdf
Vignettes:The 'memo' package (source,R code)

Downloads:

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

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=memoto link to this page.


[8]ページ先頭

©2009-2025 Movatter.jp