A simple Memoize helper, with TypeScript decorator support!
fork of fast-memoize and support esm
A memoization library which only remembers the latest invocation
A memoization function that uses a WeakMap
Memoize decorator for Typescript
Intuitive magical memoization library with Proxy and WeakMap
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Memoize promise-returning & async functions
Fastest memoization lib that supports N arguments
The lodash method `_.memoize` exported as a module.
A blazing fast memoization library that is tiny but feature-rich.
Memoization utilities for cacheable
Memoize/cache function results
memoize the last result, in async way
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
Fast memoization decorator and other helpers with 1st class support for Promises.
Garbage-collected memoizer for variadic functions
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.
Memoize getters and methods to compute only once
Memoize promise-returning functions. Includes cache expire and prefetch.
Memoize any function using Keyv as storage backend.
A utility to provide lru memoization for any js function
An efficient memoizer for functions that only receive immutable arguments. Ideal for Redux and similar environments.