Re: how to load a very large table with more than 2^18 literal strings?
[
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: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2009年9月11日 22:25:19 -0300
> > P.S. Am I thinking that the table literal
> >
> > Â { name = 'Ramsey', age = 47 }
> >
> > contains *four* constants that count against the limit?
>
> Yes. luac will tell you the exact number of contents.
And you want "luac -l -l" for that.