Async memoization
A memoization library which only remembers the latest invocation
memoize async function
Memoize promise-returning & async functions
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
fork of fast-memoize and support esm
Memoization utilities for cacheable
A blazing fast memoization library that is tiny but feature-rich.
A memoization function that uses a WeakMap
Fast memoization decorator and other helpers with 1st class support for Promises.
memoize the last result, in async way
Memoize decorator for Typescript
Fastest memoization lib that supports N arguments
Intuitive magical memoization library with Proxy and WeakMap
The lodash method `_.memoize` exported as a module.
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
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.
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
Garbage-collected memoizer for variadic functions
Memoize getters and methods to compute only once
Memoize any function using Keyv as storage backend.
Memoize/cache function results
Node.js solution for memoizing/caching function results on the file system
A utility to provide lru memoization for any js function