R/memo-description.r

#' In-memory caching of repeated computations, by pointer equivalence.
#'
#' This package implements a cache that can be used to avoid repeated
#' computations of functions. The cache lookup is based on object
#' identity (i.e.  pointer equivalence) which is suited for functions
#' like accessors or other functions that are called repeatedly on the
#' same object.  Description of memo goes here.
#'
#' @name memo
#' @docType package
#' @author Peter Meilstrup
NULL

Try the memo package in your browser

Any scripts or data that you put into this service are public.

memo documentation built on Feb. 16, 2023, 7:06 p.m.