I'm trying compile times on a medium size project and SURPRISE!
- Windows 11, cargo 1.98.0 (797e8a9bc 2026-08-05):
cargo build: 1m 22s
- Windows 11, cargo 1.100.0-nightly (e8cb624d5 2026-08-22) (cargo-clif @ 2bc05d4):
cargo-clif build: 1m 34s
cargo-clif build is slower than cargo build!
Of course I cargo clean before each command.
Instead the incremental build is different:
cargo build: 27s
cargo-clif build: 18s
Any idea?
I'm trying compile times on a medium size project and SURPRISE!
cargo build: 1m 22scargo-clif build: 1m 34scargo-clif buildis slower thancargo build!Of course I
cargo cleanbefore each command.Instead the incremental build is different:
cargo build: 27scargo-clif build: 18sAny idea?