lua-users home
lua-l archive

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


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.