ccache

ccache
Original author(s) Andrew Tridgell
Developer(s) Joel Rosdahl
Stable release 3.2.5 / April 17, 2016 (2016-04-17)
Development status Active
Written in C
Operating system Any Unix-like
Platform Cross-platform
Type Compiling tools
License GNU General Public License
Website https://ccache.samba.org

ccache is a software development tool that caches the output of C/C++ compilation 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 recompiling 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

References

External links

This article is issued from Wikipedia - version of the Sunday, April 17, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.