ccache | |
Author: | Andrew Tridgell |
Developer: | Joel Rosdahl[1] |
Released: | [2] |
Latest Release Version: | 4.10.2 |
Latest Release Date: | [3] |
Programming Language: | C++ |
Operating System: | Unix-like, Windows |
Platform: | Cross-platform |
Genre: | Compiling tools |
License: | GPLv3[4] |
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.