yrnkrn/zapcc
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 3002
- days_rel: n/a
- days_push: 2234
- n_releases_24m: 0
Adoption not part of the score
1272 stars · 63 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
zapcc is a caching C++ compiler based on clang that speeds up builds using an in-memory compilation cache in a client-server architecture. The zapcc client reuses a persistent zapccs server process to remember compilation information between runs.
Use cases
- speed up c++ compilation times
- cache c++ builds like ccache but faster
- reduce incremental build times in large c++ projects
- drop-in clang replacement with caching
- avoid recompiling unchanged headers with precompiled header caching
When to choose
- you build large C++ codebases repeatedly and want faster incremental builds
- you already use clang and want a drop-in faster replacement
- you have RAM to spare for an in-memory compilation cache server
When to avoid
- you need MSVC (Visual C++) target binaries, which are unsupported
- memory-constrained environments where a resident compiler server is impractical
- you need actively maintained tooling - last release was 2020
- you need non-x64 or exotic platform support
Facets
cli-tool · maturity maintenance
compiler caching build-tool developer-tools developer-tools compilers performance windows cpp cli clang llvm compilation-cache c-plus-plus client-server precompiled-headers command-line linux macos
1 source
- readme: https://github.com/yrnkrn/zapcc · fetched 2026-08-28 · d054dbc78f89
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yrnkrn/zapcc | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem