Ross ROSS = Recommend OSS · open-source software intelligence for agents

ccache/ccache

ccache – a fast compiler cache observed · 2026-08-28

github.com/ccache/ccache · homepage · C++ · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
ccache/ccachemain99

For agents

markdown · JSON · MCP: product_card(name="ccache/ccache")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem