+ 1
Which loop is the fastest; for, while or do while?
2 Answers
+ 7
Most compilers would turn that into assembly code that runs as fast for any.
+ 3
The difference could more result of the one the most suitable/relevant to/for yours tasks priorities ^^ ( could be readability of code, -- which rejoin often speed optimizations anyway -- when you see how much the gain can be negligible... )