318 packages found
A cache object that deletes the least-recently-used items.
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Simple “Least Recently Used” (LRU) cache
Blazing fast memoization based on all parameters passed
Memoize functions results using an lru-cache.
Fast LRU and TTL cache with upsert and promise option
An LRU cache of weak references
A cache object that deletes the least-recently-used items
Curated collection of data structures for the JavaScript/TypeScript.
- bag
- bimap
- bit array
- bit set
- bit vector
- bitset
- bk tree
- burkhard-keller tree
- cache
- circular buffer
- counter
- data structures
- default map
- deque
- View more
node-simple-lru-cache =====================
A shared memory cache. This is a wrapper for shm-typed-lru that provides a familiar cache interface.
A customizable & flexible cache for your next app
A simple and lightweight LRU cache tool, implemented using RAM
Tiny LRU cache for Client or Server
node-simple-lru-cache =====================
The highest performance constant complexity cache algorithm.
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
Resilient and performant in-memory cache for node.js