Ccache
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.
Original author(s) | Andrew Tridgell |
---|---|
Developer(s) | Joel Rosdahl[1] |
Stable release | 4.6
/ February 27, 2022[2] |
Repository | |
Written in | C++ |
Operating system | Unix-like |
Platform | Cross-platform |
Type | Compiling tools |
License | GPLv3[3] |
Website | ccache |
See also
References
- "ccache — Credits". ccache.dev. Retrieved 2022-02-27.
- "ccache news". ccache.dev. Retrieved 2022-02-27.
- "ccache copyright and license". ccache.dev. Retrieved 2022-02-27.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.