Utilities for memoize-cache
A memoization library which only remembers the latest invocation
Intuitive magical memoization library with Proxy and WeakMap
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
Memoize/cache function results
fork of fast-memoize and support esm
A memoization function that uses a WeakMap
High Performance In-Memory Cache for Node.js
Fast memoization decorator and other helpers with 1st class support for Promises.
LRU Queue
Memoize decorator for Typescript
Memoize any function using Keyv as storage backend.
Memoize functions results using an lru-cache.
LRU Memoize
A simple Memoize helper, with TypeScript decorator support!
Ultra fast, zero config memoization of functions
Fastest memoization lib that supports N arguments
The lodash method `_.memoize` exported as a module.
An implementation of the memoize technique
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
An efficient memoizer for functions that only receive immutable arguments. Ideal for Redux and similar environments.
A blazing fast memoization library that is tiny but feature-rich.
memoize the last result, in async way