[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: void lua_resizetable
- From: Vaughan McAlley <ockegheim@...>
- Date: Thu, 26 Mar 2009 09:10:52 +1100
2009/3/26 Sean Riley <sean@metaplace.com>:
...
> For my 1000's of tables, this
> meant luaH_getstr showing up at the top of my profile runs, because it
> was iterating through keys to find the values after converting my
> carefully chosen numeric values into TValue objects.
>
Just to be devil's advocate, you're not sending the keys to the table
as string values by mistake?
Vaughan