Software:Ccache

From HandWiki
ccache
Original author(s)Andrew Tridgell
Developer(s)Joel Rosdahl[1]
Initial releaseMarch 30, 2002; 21 years ago (2002-03-30)[2]
Stable release
4.9 / December 30, 2023; 49 days ago (2023-12-30)[3]
Written inC++
Operating systemUnix-like
PlatformCross-platform
TypeCompiling tools
LicenseGPLv3[4]
Websiteccache.dev

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

External links