tidwall/pogocache
Fast caching software with a focus on low latency and cpu efficiency. observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 96
- Release rhythm 98
- Longevity 29
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 17.0
- age_days: 408
- days_rel: 19
- days_push: 28
- n_releases_24m: 9
Adoption not part of the score
2515 stars · 77 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pogocache is a fast in-memory caching server written in C with a focus on low latency and CPU efficiency. It speaks Memcache, Redis/Valkey (RESP), HTTP, and Postgres wire protocols, and can also be compiled directly into applications as an embedded library.
Use cases
- fast in-memory key-value cache server
- drop-in replacement for redis or memcached with lower latency
- cache accessible over http with curl
- embed a cache directly into a C application
- reduce cpu cost of caching infrastructure
- low-latency session or object caching
When to choose
- you need maximum cache throughput and lowest latency per request
- you want redis/memcache protocol compatibility without running redis
- cpu efficiency and operating cost matter
- you want an embeddable single-file cache library
When to avoid
- you need redis persistence, replication, or rich data structures
- you require a mature ecosystem with long production track record
- you need windows support or cluster sharding features
Facets
service · maturity active
caching http-server database databases performance backend developer-tools self-hosted cpp in-memory-cache redis-compatible memcache-compatible low-latency embeddable resp-protocol postgres-wire-protocol linux macos docker
3 sources
- readme: https://github.com/tidwall/pogocache · fetched 2026-08-28 · 58198555bbbd
- homepage: https://pogocache.com · fetched 2026-08-29 · 744cfcedf611
- site_page: https://pogocache.com/docs · fetched 2026-08-29 · 10e688f51f28
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidwall/pogocache | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="tidwall/pogocache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem