Xylight (Photon dev)@lemmy.xylight.dev to Programmer Humor@programming.devEnglish · 1 year agowaiting for rust-analyzerbackend.xylight.devvideomessage-square9fedilinkarrow-up1120arrow-down14
arrow-up1116arrow-down1videowaiting for rust-analyzerbackend.xylight.devXylight (Photon dev)@lemmy.xylight.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square9fedilink
minus-squareThinker@lemmy.worldlinkfedilinkarrow-up23·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.
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.