Ccache
Appearance
This article needs additional citations for verification. (January 2021) |
Original author(s) | Andrew Tridgell |
---|---|
Developer(s) | Joel Rosdahl[1] |
Initial release | March 30, 2002[2] |
Stable release | 4.9
/ December 30, 2023[3] |
Repository | |
Written in | C++ |
Operating system | Unix-like |
Platform | Cross-platform |
Type | Compiling tools |
License | GPLv3[4] |
Website | ccache |
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
References
- ^ "ccache — Credits". ccache.dev. Retrieved 2023-12-30.
- ^ https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74
- ^ "ccache news". ccache.dev. Retrieved 2023-12-30.
- ^ "ccache copyright and license". ccache.dev. Retrieved 2023-12-30.