lua-users home
lua-l archive

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


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