# tidwall/pogocache

Fast caching software with a focus on low latency and cpu efficiency.

Repository: https://github.com/tidwall/pogocache
Canonical: https://ross.abutalabs.com/products/pogocache
Homepage: https://pogocache.com
Language: C
License: MIT
License Family: permissive
Last push: 2026-08-05T15:34:51+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 98, longevity 29
- inputs: {"age_days": 408, "days_push": 28, "days_rel": 19, "gap_med": 17.0, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2515, forks 77 (observed 2026-08-28T04:06:57.663201+00:00)

## What it is
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
- artifact type: service
- maturity: active
- function: caching, http-server, database
- domain: databases, performance, backend, developer-tools
- platform: self-hosted, cpp
- tags: in-memory-cache, redis-compatible, memcache-compatible, low-latency, embeddable, resp-protocol, postgres-wire-protocol, linux, macos, docker

## Member repositories
- tidwall/pogocache (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:57.663201+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:26:12.394972+00:00, confidence not recorded.
  - readme: https://github.com/tidwall/pogocache (fetched 2026-08-28T04:06:57.663201+00:00, sha 58198555bbbd)
  - homepage: https://pogocache.com (fetched 2026-08-29T10:08:26.061244+00:00, sha 744cfcedf611)
  - site_page: https://pogocache.com/docs (fetched 2026-08-29T10:08:26.070242+00:00, sha 10e688f51f28)
- Data as of 2026-08-30T08:39:29.467469+00:00.
