Ccache

ccache
Original author(s)Andrew Tridgell
Developer(s)Joel Rosdahl[1]
Initial releaseMarch 30, 2002; 22 years ago (2002-03-30)[2]
Stable release
4.10 / May 29, 2024; 0 days ago (2024-05-29)[3]
Repository
  • github.com/ccache/ccache Edit this at Wikidata
Written inC++
Operating systemUnix-like, Windows
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

  • Free and open-source software portal
  • distcc

References

  1. ^ "ccache — Credits". ccache.dev. Retrieved 2024-05-29.
  2. ^ https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74
  3. ^ "ccache news". ccache.dev. Retrieved 2024-05-29.
  4. ^ "ccache copyright and license". ccache.dev. Retrieved 2024-05-29.

External links

  • Official website


  • v
  • t
  • e