Other packages > Find by keyword >

memo  

Hashmaps and Memoization (in-Memory Caching of Repeated Computations)
View on CRAN: Click here


Download and install memo package within the R console
Install from CRAN:
install.packages("memo")

Install from Github:
library("remotes")
install_github("cran/memo")

Install by package version:
library("remotes")
install_version("memo", "1.1.2")



Attach the package and use:
library("memo")
Maintained by
Peter Meilstrup
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-08-25
Latest Update: 2023-12-12
Description:
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.
How to cite:
Peter Meilstrup (2016). memo: Hashmaps and Memoization (in-Memory Caching of Repeated Computations). R package version 1.1.2, https://cran.r-project.org/web/packages/memo. Accessed 15 Jun. 2026.
Previous versions and publish date:
1.0.1 (2018-01-04 05:23), 1.0.2 (2022-05-05 09:10), 1.0 (2016-08-25 10:00), 1.1.1 (2023-12-12 01:40), 1.1 (2023-02-09 04:30)
Other packages that cited memo R package
View memo citation profile
Other R packages that memo depends, imports, suggests or enhances
Complete documentation for memo
Functions, R codes and Examples using the memo R package
Some associated functions: cache_stats . hashmap . lru_cache . memo-package . memo . strategies . 
Some associated R codes: cache.R . getPointer.R . lru.R . map.R .  Full memo package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
MedDietCalc  
Multi Calculator to Compute Scores of Adherence to Mediterranean Diet
Multi Calculator of different scores to measure adherence to Mediterranean Diet, to compute them in ...
Download / Learn more Package Citations See dependency  
rapidoc  
Generates 'RapiDoc' Documentation from an 'OpenAPI' Specification
A collection of 'HTML', 'JavaScript', 'CSS' and fonts assets that generate 'RapiDoc' documentation ...
Download / Learn more Package Citations See dependency  
faq  
Create FAQ Page
Create Frequently Asked Questions page for Shiny application. ...
Download / Learn more Package Citations See dependency  
wfindr  
Crossword, Scrabble and Anagram Solver
Provides a large English words list and tools to find words by patterns. In particular, anagram find ...
Download / Learn more Package Citations See dependency  
graphkernels  
Graph Kernels
A fast C++ implementation for computing various graph kernels including (1) simple kernels between v ...
Download / Learn more Package Citations See dependency  

27,457

R Packages

233,548

Dependencies

73,054

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA