[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Table references
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 16 Jan 2001 20:54:44 -0200 (EDT)
>I have implemented a simple binary search tree
Why? Searching in Lua is almost always wrong, given that tables give you
direct, constant-time access to data. Or am I missing something?
--lhf