ended7월 29일· 1 sources

Stop Defaulting to LRU: How I Built a 15.5M ops/sec S3-FIFO Cache for Node.js by Hacking V8

Why it matters

Whenever we need an in-memory cache in Node.js, 99% of us do the exact same thing: npm install lru-cache . It’s muscle memory. LRU (Least Recently Used) has been the industry standard for decades, and...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues