ccache/ccache
ccache – a fast compiler cache observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
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: 17
- age_days: 6083
- days_rel: 10
- days_push: 10
- n_releases_24m: 16
Adoption not part of the score
2936 stars · 591 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Ccache is a fast compiler cache that speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. It supports GCC, Clang, MSVC and similar compilers for C, C++, CUDA, Objective-C and assembler, with local and remote cache backends.
Use cases
- speed up c++ recompilation
- cache gcc builds
- speed up ci build times
- cache clang compilations
- share a compiler cache across a team
- avoid recompiling unchanged c files
- speed up msvc builds
When to choose
- you build C/C++/CUDA projects repeatedly and want faster rebuilds
- you want to cut CI compile times with a local or shared cache
- you use GCC, Clang, or MSVC and want a drop-in compiler wrapper
When to avoid
- your project is not compiled with a supported compiler
- you need caching for interpreted languages like Python or JavaScript
- your build is dominated by linking or tests rather than compilation
Facets
cli-tool · maturity stable
caching build-tool developer-tools cli developer-tools performance windows cross-platform cli compiler-cache c-plus-plus gcc clang msvc recompilation remote-cache blake3 command-line linux macos
3 sources
- readme: https://github.com/ccache/ccache · fetched 2026-08-28 · f84ca6697d17
- homepage: https://ccache.dev · fetched 2026-08-29 · 6f8099a8f55b
- site_page: https://ccache.dev/documentation.html · fetched 2026-08-29 · fdee89f15606
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ccache/ccache | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem