• VonTum@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    Really nice article. It’s almost always that optimizing a piece of code involves restructuring the data structure it operates on, instead of altering the details of how it operates on this datastructure. Optimizing compilers are already really good at the latter, while doing nothing about the former