• dukk@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    That’s the main issue with premature optimization: do it the “optimized” way and it may still be inefficient, or do it the obvious way and let the compiler turn it into its most optimized form. (Of course, not the case with all languages, but most mainstream compilers optimize the code to a decent extent.)