MessagePack C++

时间:2019-10-31 05:02:57
【文件属性】:

文件名称:MessagePack C++

文件大小:804KB

文件格式:ZIP

更新时间:2019-10-31 05:02:57

源码,c++

MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte while typical short strings require only one extra byte in addition to the strings themselves.


网友评论