I do work with #git branches a lot, switching forth and back between them, rebasing and executing commands on many source code states (e.g. git rebase --exec …, or git bisect).

The #RustLang survey shows that slow compilation and high disk space usage are an important concern for users of the language.

https://blog.rust-lang.org/2026/03/02/2025-State-Of-Rust-Survey-results/#which-problems-limit-your-productivity

When performing the workflows mentioned above, they hit especially hard and have a high cost. I really hope these are a top priority in the development of Rust.

#rust

2025 State of Rust Survey Results | Rust Blog

Empowering everyone to build reliable and efficient software.

@silwol git worktree would like to have a word with you :)
@mrt181 @silwol Multiply the disk space pain!