[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Next version of Lua - new 'createtable' function
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 16 Jun 2009 17:25:21 +0200
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.