Y
Hacker News
new
|
ask
|
show
|
jobs
by
pum-purum
2674 days ago
In spite of this i'm in love with Rust
1 comments
herogreen
2674 days ago
If you modify a single line and rebuild, how much time does it takes, on average ?
link
pum-purum
2674 days ago
I tried to change some constants in random places(in 1 line each time) and on average it's ~10 seconds Also compilation unit in rust is a crate. I guess if your app can be separated in different crates it can ease the pain.
link
pum-purum
2674 days ago
cargo check is 3.11s
link