Search Results

1
vote

Which compiles to faster code: “n * 3” or “n+(n*2)”?

It doesn't care. I think that there are more important things to optimize. How much time have you invested thinking and writing that question instead of coding and testing by yourself? :-) …