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
- Instance of
- compiler
- Developer
- Andrew Tridgell
- Official website
- ccache.dev
Show 5 more facts
- copyright license
- Q27016754
- source code repository URL
- github.com/ccache/ccache
- software version identifier
- 4.13.4
- programmed in
- Q15777
- operating system
- Unix-like operating system
via Wikidata · CC0
~1 min read
Encyclopedic overview
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
Excerpted from Wikipedia’s “ccache” article, available under the CC BY-SA 4.0 licence.