lru-map-cache

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

A lightweight LRU cache implementation leveraging the native Map class for ordered iteration. Version 0.1.0 is stable with no recent updates. Differentiators: simple API, no dependencies, O(1) operations by exploiting Map's insertion order. Best for Node.js or browser projects needing a minimal LRU cache without additional features like TTL or serialization. Not recommended for high-concurrency or memory-sensitive environments.