|
|
|
|
|
by timschmidt
262 days ago
|
|
> I'm much more productive when I can see the results within 1 or 2 seconds. That's my experience today with all my Rust projects. Even though people decry the language for long compile times. As I said, hot builds, which is every build while I'm hacking, are exactly that fast already. Even on the large projects. Even on my 4 year old laptop. On a hot build, build time is dominated by linking, not compilation. And even halving a 1s hot build will not result in any noticeable change for me. |
|