LRU Memoize
LRU Queue
LRU Memoize
A utility to provide lru memoization for any js function
High Performance In-Memory Cache for Node.js
Memoize functions results using an lru-cache.
fork of fast-memoize and support esm
A memoization library which only remembers the latest invocation
A cache object that deletes the least-recently-used items.
Memoize/cache function results
A memoization function that uses a WeakMap
Simple “Least Recently Used” (LRU) cache
OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache
Simple “Least Recently Used” (LRU) cache
Memoize decorator for Typescript
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Fast, small, efficient JavaScript memoization lib to memoize JS functions
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Fastest memoization lib that supports N arguments
Memoize promise-returning & async functions
An LRU cache of weak references
The lodash method `_.memoize` exported as a module.
node-simple-lru-cache =====================
Intuitive magical memoization library with Proxy and WeakMap