lua-users home
lua-l archive

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


2012/12/18 steve donovan <steve.j.donovan@gmail.com>:

> Array indexing is still faster than select(i,....), but that {....} costs us.

Do you say that on principle or do you have timings?

It's only two VM bytecode instructions: NEWTABLE, SETLIST.
The contents is already on the stack.