lua-users home
lua-l archive

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


> Does this affect the time for table.remove( myTable ) which I thought
> used to be O(1) once n had been identified?

No.

-- Roberto