Memoization utilities for cacheable
High Performance In-Memory Cache for Node.js
Wrap native HTTP requests with RFC compliant cache support
A cacheable dns.lookup(…) that respects TTL
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
A simple key/value storage using files to persist the data
Cacheable Utilities for Caching Libraries
fork of fast-memoize and support esm
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
A memoization library which only remembers the latest invocation
This library takes a Response object and determines whether it's cacheable based on a specific configuration.
Simple and Maintained fast NodeJS internal caching
A memoization function that uses a WeakMap
Cache Manager for Node.js
Memoize decorator for Typescript
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Fastest memoization lib that supports N arguments
Memoize promise-returning & async functions
The lodash method `_.memoize` exported as a module.
Intuitive magical memoization library with Proxy and WeakMap
A blazing fast memoization library that is tiny but feature-rich.
TypeScript-based caching decorators
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
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.