[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Fastest way to transfer data from C to Lua ?
- From: Chris Emerson <chris-lua@...>
- Date: Fri, 7 Jun 2013 09:20:49 +0100
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