Re: Lua 5.1-5.3 serialization library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1-5.3 serialization library
- From: Sean Conner <sean@...>
- Date: 2015年1月20日 18:15:48 -0500
It was thus said that the Great Timm S. Mueller once stated:
>
> I shouldn't have written that "Lua would be fine", because I am more
> after a dumper written in C. Any candidates? Maybe I will simply pick a
> Lua one and transfer it to C. And I'm still taking MsgPack and JSON
> format into consideration, too, despite some limitations.
Any reason why C over Lua? The performance shouldn't be that different
between the two.
-spc