[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to load a very large table with more than 2^18 literal strings?
- From: Alexander Gladysh <agladysh@...>
- Date: Wed, 16 Sep 2009 00:39:30 +0400
On Sat, Sep 12, 2009 at 05:38, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
<...>
> So, in principle, you could
> "merge" a table literal into an existing table very efficiently, if only we
> could say it in the program.
<...>
> Other possibilities that do not require a new token are
<...>
> t:{ ... }
I'd be happy to see this syntax in future Lua versions. I see a good
few places in my code, where such syntax would help.
Alexander.