• 5C5C5C@programming.dev
    link
    fedilink
    arrow-up
    12
    ·
    11 months ago

    Personally I think the “compiling Rust is slow” narrative comes from comparing it against scripting languages like Python. If you compare compiling Rust against compiling C++ code of similar complexity, I think Rust will come out very favorably since C++ templates and headers tend to carry a huge compilation burden.