[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua table in a shared memory segment
- From: agentzh <agentzh@...>
- Date: Tue, 5 Jun 2012 16:39:37 +0800
Hello!
On Sun, Jun 3, 2012 at 4:33 PM, Matthieu Tourne
<matthieu.tourne@gmail.com> wrote:
>
> Maybe it's possible to represent a Lua table with the underlying
> C-structure (b-tree here), which would allow nested structures. With
> no need for deserializing when reading!
>
Maybe it's a good time to try LuaJIT's FFI to make up some cdata objects?
http://luajit.org/ext_ffi.html
Regards,
-agentzh