|
In theory it should be slightly faster, given that the postfix operator will make the earlier value of your itterator available for use in the same line. Where as the prefix operator changes the value instantly.
If you made some serius compiler optimization on that, you might end up with saving one or two instructions in the assembly code.. But then again, that'll be one clock-cycle in a 2Ghz CPU.. Not that much anyway.
|