lua-users home
lua-l archive

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


On Sun, Oct 17, 2010 at 03:18, HyperHacker <hyperhacker@gmail.com> wrote:
>> I've got a large file  (3M entries, 250 MB) with data.

>> I need to load this data fast enough. (Faster than several hours that
>> my original loader runs on LJ2, and it still had not stopped.)

> Can you not build an index and look up data on the fly with an __index
> metamethod?

I need to process whole dataset anyway. So I guess, this will only
hamper performance.

Alexander.