[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT 2 - FFI struct copy performance issue
- From: CrazyButcher <crazybutcher@...>
- Date: Tue, 29 Mar 2011 22:29:46 +0200
2011/3/29 Chris <coderight@gmail.com>:
>
> local function copyfoo(a, b)
> a.a = b.a
> a.b = b.b
> a.c = b.c
> a.d = b.d
> a.e = b.e
> a.f = b.f
> end
for the record there is also ffi.copy