Xylight (Photon dev)@lemmy.xylight.dev to Programmer HumorEnglish · 2 years agowaiting for rust-analyzerbackend.xylight.devvideomessage-square9linkfedilinkarrow-up1121arrow-down14
arrow-up1117arrow-down1videowaiting for rust-analyzerbackend.xylight.devXylight (Photon dev)@lemmy.xylight.dev to Programmer HumorEnglish · 2 years agomessage-square9linkfedilink
minus-squareThinker@lemmy.worldlinkfedilinkarrow-up24·2 years 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.
This 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.