lru-map-cache
JSON →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.
Traffic · last 30 days stale · no recent hits
total hits 17
actors 4 distinct systems
last hit 16d ago AhrefsBot
top countries 🇸🇬 Singapore · 🇺🇸 United States · VN · SN · 🇨🇦 Canada
Resources
packagelru-map-cache ↗