Showing 1-20 of 59,941 packages
Fastest memoization lib that supports N arguments
fork of fast-memoize and support esm
A TypeScript decorator for memoizing properties using fast-memoize.
A TypeScript decorator for memoizing properties using fast-memoize.
A memoization library which only remembers the latest invocation
Fast memoization decorator and other helpers with 1st class support for Promises.
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
A memoization function that uses a WeakMap
A blazing fast memoization library that is tiny but feature-rich.
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Memoize decorator for Typescript
Memoize/cache function results
Memoize promise-returning & async functions
The lodash method `_.memoize` exported as a module.
Intuitive magical memoization library with Proxy and WeakMap
Ultra fast, zero config memoization of functions
Memoization utilities for cacheable
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Memoize getters and methods to compute only once
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.