|
|
|
|
|
by detaro
2848 days ago
|
|
Measuring is more important. Knowing "a is faster than b" without understanding why is more useful than guessing what should be faster based on assembly and getting it wrong because you don't perfectly understand how the CPU is actually executing your code. Looking at assembly/byte code is interesting to understand what you could tweak, but again you need measurements to verify. |
|