Ccache

From Wikipedia, the free encyclopedia
ccache
Original author(s)Andrew Tridgell
Developer(s)Joel Rosdahl[1]
Stable release
4.5.1 / November 17, 2021; 2 months ago (2021-11-17)[2]
Repository
Written inC++
Operating systemUnix-like
PlatformCross-platform
TypeCompiling tools
LicenseGPLv3[3]
Websiteccache.dev

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[]

  1. ^ "ccache — Credits". ccache.dev. Retrieved 2021-11-17.
  2. ^ "ccache news". ccache.dev. Retrieved 2021-11-17.
  3. ^ "ccache copyright and license". ccache.dev. Retrieved 2021-11-17.

External links[]


Retrieved from ""