viccon/sturdyc
A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant observed · 2026-08-28
Health v2 · maintenance only
33/100
- Activity 14
- Release rhythm 40
- Longevity 62
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 20.0
- age_days: 879
- days_rel: 516
- days_push: 516
- n_releases_24m: 9
Adoption not part of the score
1280 stars · 34 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
sturdyc is a Go caching library focused on protecting I/O-heavy applications from cache stampedes through request coalescing, asynchronous refreshes, and inflight tracking. It provides non-blocking reads and sharded writes with fine-grained control over data freshness.
Use cases
- prevent cache stampedes in high-throughput services
- reduce load on databases and external APIs
- cache expensive function calls with async refresh
- coalesce duplicate concurrent requests for the same key
- add in-memory caching in front of distributed caches
- lower P95 latency for data-heavy endpoints
When to choose
- you build Go services with heavy I/O to databases, caches, or external APIs
- you need stampede protection and request coalescing out of the box
- you want granular control over cache freshness and background refreshes
When to avoid
- you need a distributed cache itself (sturdyc is an in-process layer, not a Redis/Memcached replacement)
- your application is not written in Go
- you only need simple key-value caching without concurrency features
Facets
library · maturity active
caching concurrency middleware backend performance developer-tools microservices go cross-platform cache-stampede request-coalescing in-memory-cache high-throughput io-optimization
1 source
- readme: https://github.com/viccon/sturdyc · fetched 2026-08-28 · 5f5de5f4b7b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| viccon/sturdyc | main | 33 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem