memoizee
Memoize/cache function results
Memoize/cache function results
Fast, small, efficient JavaScript memoization lib to memoize JS functions
A tiny, crazy fast memoization library for the 95% use-case
Node.js solution for memoizing/caching function results on the file system
A memoization algorithm in which each function argument represents a new key, creating a trie of caches as defined by the array in your first argument.
Serializable memoizer with promises
Serializable memoizer with promises
Memoize/cache function results
Memoize utility with high performance and loose parameter checks
Simple memoization of function executions.
Memoize/cache function results
A utility for reusing objects from Immutable.js transformations - such as .toJS
A fast memoizer which forgets least accessed calculations
A simple memoizer
Memoizer for async functions.
Store the results of expensive function calls and return the cached result when the same input occurs again
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
Prevents re-execution of large javascript functions that have been processed once with the same parameter.
A memoizer for asynchronous functions that memoizes the results of the resolved promise for future use.
(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js