[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] pure Lua engram implementation
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 3 Jan 2011 16:05:59 +0300
On Mon, Jan 3, 2011 at 15:40, Richard Hundt <richardhundt@gmail.com> wrote:
> There was some discussion a while ago about implementing data serialization
> using Lua's bytecode format:
> http://lua-users.org/wiki/EngramProposal
> I've gone ahead and implemented it in Lua:
> https://github.com/richardhundt/lua-engram
You should warn your library users that it is not safe to load such
data if it comes from untrusted source. Also it is not compatible with
LuaJIT.
Alexander.