lua-users home
lua-l archive

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


On Sat, May 13, 2017 at 3:39 AM, Soni L. <fakedme@gmail.com> wrote:
>
> Nah, everyone loves to complain about length but nobody likes to appreciate
> it. So why not change that?

Because everyone likes O(1) for table update and retrieval and O(log
n) for length.