Compilation of p-memoize to cjs to avoid needing to run ESM
fork of fast-memoize and support esm
A memoization library which only remembers the latest invocation
Memoize/cache function results
A memoization function that uses a WeakMap
LRU Queue
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 promise-returning & async functions
The lodash method `_.memoize` exported as a module.
Fastest memoization lib that supports N arguments
Intuitive magical memoization library with Proxy and WeakMap
A blazing fast memoization library that is tiny but feature-rich.
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
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.
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.
Fast memoization decorator and other helpers with 1st class support for Promises.
Garbage-collected memoizer for variadic functions
Lexes CommonJS modules, returning their named exports metadata
Memoize getters and methods to compute only once
Get the dependencies of a CommonJS module by traversing its AST
Utility to fix TypeScript declarations when using default exports in CommonJS.
Memoize any function using Keyv as storage backend.