Search
weak-lru-cache
An LRU cache of weak references
v1.2.2 URL:
https://unpkg.com/weak-lru-cache@1.2.2/dist/index.cjs
Open
Browse Files
cache
weak
references
LRU
LRFU
toad-cache
LRU and FIFO caches for Client or Server
v3.7.0 URL:
https://unpkg.com/toad-cache@3.7.0/dist/toad-cache.cjs
Open
Browse Files
LRU
FIFO
cache
client
server
least
recently
used
first
browser
tiny-lru
A high-performance, lightweight LRU cache. Built for developers who need fast caching without compromising on features.
v11.4.5 URL:
https://unpkg.com/tiny-lru@11.4.5/dist/tiny-lru.cjs
Open
Browse Files
LRU
cache
caching
performance
memory
TTL
expiration
memoization
typescript
browser
nodejs
lightweight
fast
least-recently-used
lru-ttl-cache
Fast LRU and TTL cache with upsert and promise option
v2.4.8 URL:
https://unpkg.com/lru-ttl-cache@2.4.8/dist/commonjs/index.js
Open
Browse Files
LRU
TTL
CACHE
Upsert
Promise
lru-native2
LRU cache module written in C++
v1.2.6 URL:
https://unpkg.com/lru-native2@1.2.6/index.js
Open
Browse Files
LRU
cache
native
c++