lua-users home
lua-l archive

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


On Wed, Feb 2, 2011 at 1:54 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> You'll hit the ceiling with this method if:
> * all of your data doesnt fit in memory at once.
> * you have more than one process wanting to read/write data at the same time.
> * you want to effectively change only parts of your data.
Add to that:
  * you have more than 2^18 constants within a single chunk / function