lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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