transitory
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
A cache object that deletes the least-frequently-used items.
The highest performance constant complexity cache algorithm.
Imlementation of 2Q Cache Algorithm
LFU cache implementation with a complexity of `O(1)` for all transactions
data structure
Memory key/value cache (lru, lfu, fifo)
Simple LFU cache. put and get.
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
a javascript data cache plugin
Implementation of the ARC algorithm for Node.js
True LRU based on true recency.
Implementation of LFU from Leetcode with tests
Offers different types of caches with limited size or limited entry count
Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation