Replacing rows in a 2D array is significantly faster than replacing columns
May 11, 2021
I guess it is expected if you think about how the arrays are laid out in memory, but still interesting to confirm. For the eagle eyed I know my two loops will not actually produce the same result, but I don't think this should change the conclusion.
18 replies