sccache

Compiler wrapper that caches compilation results to speed up builds

brewmacoslinux
Try with needOr install directly
Source

About

Used as a compiler wrapper and avoids compilation when possible

Commands

sccache

Examples

Use sccache with Rust compiler to cache builds$ RUSTC_WRAPPER=sccache cargo build
Show cache statistics and current usage$ sccache --show-stats
Clear the entire sccache cache$ sccache --zero-stats