A Map of limited size that keeps most recently used values
Useful TypeScript utilities.
Different Javascript collections written in Typescript
Curated collection of data structures for the JavaScript/TypeScript.
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.
An ES6-y Map with LRU and max-age eviction
An ES6-y Map with LRU and max-age eviction
A module that helps you to create graphql dataloaders with decorators in Nest.js
Minimum LRU cache based on Map object
Cache for node.js streams
LRU Map implementation for NodeJS and the browser
A typescript implementation of the lru_map package
A Prisma client abstraction that simplifies caching.
A lightweight, powerful correlation ID tracking and context store written for Node.js that automatically propagates context through async operations using Node's `async_hooks`. Perfect for distributed tracing, request tracking, and logging correlation in
Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation
Least Recently Used (LRU) cache algorithm
is a fork of https://github.com/rsms/js-lru.git
Curated collection of data structures for the JavaScript language.
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.
In-memory LRU and TTL cache with memoize; small and tree-shakeable (Node and Edge).
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.
A safe Least Recently Used (LRU) cache implementation with ordered and unordered support.
An LRU HashMap with an optional passive ttl feature.
A fast and flexible LRU map
High-performance Rust implementation providing advanced data structures and compression algorithms with memory safety guarantees. Features LRU page cache, sophisticated caching layer, fiber-based concurrency, real-time compression, secure memory pools, SIMD optimizations, and complete C FFI for migration from C++.