• UnfortunateShort@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    I’d say except indices in general. Just bloats every line where you need to use them. Imagine writing CUDA C++ where you regularly add and multiply stuff and every number is referenced via (usually) 1-3 indices. Horrible.