ccache
Sign in to saveCcache 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.
Wikidata facts
- Official website
- ccache.dev
Show 2 more facts
- source code repository URL
- github.com/ccache/ccache
- software version identifier
- 4.13.4
via Wikidata · CC0
~1 min read
Article
3 sectionsContents
- 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