Search
node-lfu-cache
A cache object that deletes the least-frequently-used items.
v5.0.0 URL:
https://unpkg.com/node-lfu-cache@5.0.0/index.js
Open
Browse Files
mfu
lfu
cache
@akashbabu/lfu-cache
LFU cache implementation with a complexity of `O(1)` for all transactions
v1.1.0 URL:
https://unpkg.com/@akashbabu/lfu-cache@1.1.0/dist/lfuCache.js
Open
Browse Files
lfu
lru
cache
fast
O(1)
typescript
transitory
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
v2.2.0 URL:
https://unpkg.com/transitory@2.2.0/dist/cjs/index.js
Open
Browse Files
cache
caching
lfu
lru
2q-cache
Imlementation of 2Q Cache Algorithm
v1.2.1 URL:
https://unpkg.com/2q-cache@1.2.1/index.js
Open
Browse Files
cache
2Q
2Q cache
2Q-cache
2Q Algorithm
lru
LRU
MRU
LFU
mru
lfu
2Q Cache
Double Queues
Double Queue
node-cache
node cache
cache module
least-frequently-used
Implementation of LFU from Leetcode with tests
v1.2.3 URL:
https://unpkg.com/least-frequently-used@1.2.3/dist/index.js
Open
Browse Files
lfu
LFU
cache