• Thinker@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    11 months ago

    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.