pea
developer
Hi all,
Is this faster in terms of CPU cycles
a++;
than this:
a+=120;
Just wondering if stepping by one is faster than stepping by any other constant?
Cheers
Is this faster in terms of CPU cycles
a++;
than this:
a+=120;
Just wondering if stepping by one is faster than stepping by any other constant?
Cheers