Re: +=
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: +=
- From: Steve Dekorte <steve@...>
- Date: 2001年3月28日 00:48:53 -0800
Erik Hougaard wrote:
I think the primary issue here is the way the source looks..
I'm actually only concerned about the speed.
If it comes
down to speed I dont think that x=x+1 will be the critical thing to
look at
Well, any operation becomes critical if placed in a tight loop.
And adding to a value is actually a pretty common operation in many
loops.
Steve