Y
Hacker News
new
|
ask
|
show
|
jobs
by
hu3
105 days ago
Which is slow and heavy in Rust. All languages have that but faster (and simpler due to no lifetimes).
2 comments
zozbot234
105 days ago
cargo check is fast. It's only slow when the build goes through (barring extreme use of compile-time proc macros, which is rare and crate-specific).
link
dnautics
105 days ago
i mean as a first order approximation context (the key resource that seems to affect quality) doesn't depend on real compilation speed, presumably the agent is suspended and not burning context while waiting for compliation
link