-
Dorian Stoll authored
Arrays in Julia are column-major, so by iterating through them row by row the program is constantly refilling the cache and leaves a lot of performance on the table.
Dorian Stoll authoredArrays in Julia are column-major, so by iterating through them row by row the program is constantly refilling the cache and leaves a lot of performance on the table.