I am working on an application where I have to keep data sequenced, every unit of data comes with a sequence number where, I check if the sequence number is 1 greater than the previous one, if it is, I increase my received count by 1. My question is, Is there a difference between :
1. in increasing my received count by one.
AND
2. assigning the last received sequence number to received count.
Thanks.
C#\java\javascript\C\Ruby\Assembly\...? – gdoron Jun 14 '12 at 23:08++operator would be "faster" on the metal, but by such a small amount it would be negligible unless your doing the operation a massive amount of times. – timkd127 Jun 14 '12 at 23:14