Tag

Zero GC

1 views collected around this technical thread.

360 Smart Cloud
360 Smart Cloud
Oct 29, 2021 · Backend Development

Deep Dive into FreeCache: Architecture, Zero GC, High Concurrency, and Approximate LRU

This article analyzes the Go‑implemented FreeCache library, detailing its project features, internal data structures, zero‑GC design, segment‑based locking for high‑concurrency thread‑safe access, the set operation workflow, index expansion, and its approximate LRU eviction strategy.

CacheFreeCacheGo
0 likes · 12 min read
Deep Dive into FreeCache: Architecture, Zero GC, High Concurrency, and Approximate LRU