[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua type names and the __type metafield
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 8 Oct 2012 08:29:21 +0200
On Mon, Oct 8, 2012 at 7:58 AM, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:
> Typex traverses the registry to find the name of the metatable and returns
> that as a second argument. The results of the registry traversal are then
> cached to speed-up next searches.
Nice solution, since no need to have __type metafields.