lua-users home
lua-l archive

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


At 10:41 06/01/01 -0200, lhf kindly replied:

>If by array you mean a table indexed with integers, then yes, it's constant
>time. Table accesses are done in constant time no matter what type of index.
>--lhf

Many thanks.
--sns