lua-users home
lua-l archive

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


> > - splitting table into hash-table-based dictionary and resizable
> > vector/array/list?
> 
> This is the current implementation

This is only partially true: A sequence may be have parts in the array
part and parts in the hash part. Anyway, this should not matter.