Pogocache:Low Latency開源Cache

Back
Category : News

Pogocache 係一款用 C 寫嘅開源快取軟件,最近到咗 1.0 GA,主力低延遲同高 CPU 效率。
Josh Baker 整嘅,支援多種 wire protocols 包括 Memcache、Valkey/Redis、HTTP 同 PostgreSQL,可以用 curl 同 psql 等工具,仲有第三方 client libraries。
佢話比 Memcache、Valkey、Redis、Dragonfly 同 Garnet 更好 throughput 同低 latency,優化咗低 contention 同好 memory locality。
軟件用 sharded hashmap 有 4096 個 shards,每個有獨立 hashmaps 用 open addressing 同 Robin Hood hashing,嵌入式可以過 100M ops/sec。
用嚟做 session storage、DB query caching、real-time data feeds 同 API acceleration。
1.1 版加咗自動 background sweeps 過期 keys,license 係 AGPLv3。
Roadmap 有 domain-specific integrations 同 enterprise tooling。
Feedback 讚佢 performance 同 protocol support,有啲人想多啲 design details。
https://www.infoq.com/news/2025/08/pogocache-caching/