[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When does __index metamethod get called?
- From: Chris <coderight@...>
- Date: Thu, 16 Mar 2006 21:41:57 -0500
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