Asynchronous cache that implements Least Recently Used (LRU) - Clock - Second Chance algorithm with O(1) hit O(1) miss complexity. This Async cache hides latency of cache-misses behind each other and behind cache-hits.
nodejs javascript caching asynchronous cache lru-cache asynchronous-caches least-recently-used async-cache clock-lru-caching lru-approximation async-lru
-
Updated
Dec 17, 2022 - JavaScript