Comment on waiting for rust-analyzer
LPThinker@lemmy.world 1 year agoThis is, in part, a correlation. To some extent, compiled Rust is fast because compiling Rust is slow. That is, Rust does a lot of work (static analysis) at compile time so that the runtime binary is as fast as possible.