Ccache 4.10.2
Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Features Supports GCC, Clang, MSVC (Microsoft Visual C++) and other similar compilers. Works on Linux, macOS, other Unix-like operating systems and Windows. Understands C, C++, assembler, CUDA, Objective-C and Objective-C++. Supports remote caching over HTTP (e.g. using Nginx or Google Cloud Storage), Redis or NFS, optionally sharding data onto a server cluster. Supports fast "direct" and "depend" modes that don't rely on using the preprocessor. Uses an inode cache to avoid having to hash the same header files repeatedly during a build (on supported OSes and file systems). Supports compression using Zstandard. Checksums cache content using XXH3 to detect data corruption. Keeps statistics on hits/misses. Automatic cache size management. Easy installation. Low overhead. Support for rewriting absolute paths to relative in order to increase the cache hit ratio. Optionally uses file cloning (AKA “reflinks”) where possible to avoid copies. Optionally uses hard links where possible to avoid copies.
Tags | compiler cache c cpp |
---|---|
License | GNU GPLv3 |
State | stable |