memo (Q76686)
From MaRDI portal
| This is the item page for this Wikibase entity, intended for internal use and editing purposes. Please use this page instead for the normal view: memo |
In-Memory Caching of Repeated Computations (Memoization)
| Language | Label | Description | Also known as |
|---|---|---|---|
| default for all languages | No label defined |
||
| English | memo |
In-Memory Caching of Repeated Computations (Memoization) |
Statements
12 December 2023
0 references
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.
0 references