microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 2953
- days_rel: n/a
- days_push: 15
- n_releases_24m: 0
Adoption not part of the score
6639 stars · 596 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FASTER is a high-performance concurrent persistent log and key-value store + cache library in C# and C++, supporting data larger than memory and fast non-blocking checkpointing. The repository is no longer actively maintained; Microsoft recommends its successor Garnet and the Tsavorite storage engine.
Use cases
- embed a fast key-value store in a .NET application
- persist application state larger than memory with fast disk-backed storage
- build a write-heavy cache with point lookups and heavy updates
- add a recoverable commit log with low-latency commits
- implement consistent recovery via non-blocking checkpointing
When to choose
- you need an embedded, in-process key-value store or log in C# or C++
- your workload is point lookups and heavy updates with data exceeding memory
- you want to trade performance for commit latency via checkpointing
When to avoid
- you need a maintained project - use Garnet/Tsavorite instead
- you need a standalone networked cache server rather than an embedded library
- you need C++ support - only the C# version is actively documented
Facets
library · maturity abandoned
database caching logging concurrency databases developer-tools cloud-computing cross-platform cpp dotnet key-value-store persistent-log checkpointing hash-index embedded-database
1 source
- readme: https://github.com/microsoft/FASTER · fetched 2026-08-28 · 864ea6e0ffe3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/FASTER | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/FASTER")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem