[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: Lua life after integers
- From: Vasiliy Soshnikov <dedok.mad@...>
- Date: Mon, 08 Dec 2014 19:05:13 +0300
Отправлено из myMail for iOS
Понедельник, 8 декабря 2014 г., 19:03 +0300 от Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> > - 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.