Suvarna Garge (Editor)

Ccache

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Andrew Tridgell

Development status
  
Active

Operating system
  
Any Unix-like

Developer(s)
  
Joel Rosdahl

Written in
  
C

Stable release
  
3.3.4 / February 17, 2017; 17 days ago (2017-02-17)

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.

References

Ccache Wikipedia