memoize-one for react
A memoization library which only remembers the latest invocation
fork of fast-memoize and support esm
A memoization function that uses a WeakMap
Fastest memoization lib that supports N arguments
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
Intuitive magical memoization library with Proxy and WeakMap
A blazing fast memoization library that is tiny but feature-rich.
Memoize decorator for Typescript
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
memoize the last result, in async way
Memoize promise-returning & async functions
The lodash method `_.memoize` exported as a module.
Fast memoization decorator and other helpers with 1st class support for Promises.
Memoize/cache function results
A babel-plugin to enable fast-refresh for Preact components.
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
A general purpose key resolver for memoize
Ultra fast, zero config memoization of functions
Memoization utilities for cacheable
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.
Garbage-collected memoizer for variadic functions
Memoize getters and methods to compute only once
A magic memoization function