5 ms·
See this is why I felt I was obsessing over something very small. Loop inversion, unrolling, and splitting. The compiler can do so much with a loop to make it
by thrwawy74 4y ago
See this is why I felt I was obsessing over something very small.
Loop inversion, unrolling, and splitting. The compiler can do so much with a loop to make it run faster on 'this machine' to optimize for speed, memory use, or binary size.