>>105721481theres cache lines
its the smallest unit of information your cpu can request
its 64bytes large
so if you read an image vertically, when theyre stored horizontally
you could see a 16 x slowdown because you will be reading 64 bytes of which you need only 4 for instance
but then theres out of order operations and caching which will dampen the performance hit
so yeah
you want your data to be kept in a similar way its gonna be read, in short