Goal
Investigate how to speed up compilation (Rust/Tauri + frontend build).
Areas to explore
- Rust: incremental builds,
sccache, codegen units, dependency trimming, workspace splitting.
- Frontend: Turbopack/Vite caching, reducing TS typecheck cost, build parallelism.
- CI vs local build cache reuse.
Deliverable
Findings + recommended changes with measured before/after.
Goal
Investigate how to speed up compilation (Rust/Tauri + frontend build).
Areas to explore
sccache, codegen units, dependency trimming, workspace splitting.Deliverable
Findings + recommended changes with measured before/after.