Skip to content
EntityQ285834· pop 7· linked from 10 articles

Ccache is a software development tool that caches compilations so that the next time, the same compilation can be avoided and the results can be taken from the cache. This can greatly speed up recompilation time. The detection is done by hashing different kinds of information that should be unique for the compilation and then using the hash sum to identify the cached output. Ccache is licensed under the GNU General Public License.

Source code

Link to the source-code README · 1,744 chars · not written by Vinony

Wikidata facts

Official website
ccache.dev
Show 2 more facts
source code repository URL
github.com/ccache/ccache
software version identifier
4.13.4
Sources (7)

via Wikidata · CC0

~1 min read

Article

3 sections
Contents
  • See also
  • References
  • External links

Ccache is a software development tool that caches compilations so that the next time, the same compilation can be avoided and the results can be taken from the cache. This can greatly speed up recompilation time. The detection is done by hashing different kinds of information that should be unique for the compilation and then using the hash sum to identify the cached output. Ccache is licensed under the GNU General Public License.

== See also == distcc

Available in 7 languages

via Wikidata sitelinks · CC0

Connections

Categories