lua-users home
lua-l archive

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


On 22.11.2011 06:07, Dimiter "malkia" Stanev wrote:

I've actually semi-stared lua only implementation in luajit, it's not
reference lua compatible, but it could be made (but probably the
performance would be worse, as we are talking about very low level
encoding).

Do you mean you have reimplemented the LuaJIT packer / unpacker
without using any binding, like
https://github.com/cuzic/MessagePack-JS does?

I've thought about doing this but it is much more work. Do you think
you could share your code?