On Tue, Jun 16, 2009 at 12:25 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
On Tue, Jun 16, 2009 at 3:33 PM, Marco Antonio
Abreu<mabreu.ti@gmail.com> > My problem starts when I need to load
thousands of data in a table thousands
> of times during an execution.
>
> Some time ago we had talked about an native function to create tables with
> predefined number of elements direct in Lua.
Straightforward to add as an extension. For example. "Alien exposes
the lua_createtable function as alien.table(narray, nhash)"
http://luaforge.net/projects/alien/
steve d.