lua-users home
lua-l archive

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


Hi,

On Thu, Jun 06, 2013 at 10:32:50PM +0100, Geoff Smith wrote:
> As my CPU is orders of magnitude slower than a typical PC, I am pondering
> what would be the best way of doing this, as regards simplicity, minimum
> memory usage, and fastest speed.

What are you doing with the data once you've got it into Lua?  I would guess
you'd want to factor in how efficient it is to use it later, not just getting
it in to Lua in any form.

Regards,

Chris