memo

From MaRDI portal
Software:76686



CRANmemoMaRDI QIDQ76686FDOQ76686

In-Memory Caching of Repeated Computations (Memoization)

Peter Meilstrup

Last update: 12 December 2023

Copyright license: MIT license, File License

Software version identifier: 1.1, 1.0.1, 1.0.2, 1.0, 1.1.1

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.





This page was built for software: memo