lua-users home
lua-l archive

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


On 3/16/06, D Burgess <dburgess@gmail.com> wrote:
Chris wrote:
> Wow, a lot of overhead.

Benchmark it, you will be suprised.

DB

Well after thinking about it I figure the overhead isn't that much considering the one table would be empty.  Some extra overhead but probably not a lot.  It's still not a perfect solution though because a table with a proxy doesn't support the interface of a real table.

--
// Chris