码迷,mamicode.com
首页 > 编程语言 > 详细

C++序列化、反序列化

时间:2015-05-05 18:46:34      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

几个常见的库

http://stackoverflow.com/questions/3637581/fastest-c-serialization

  • Boost: Fast, assorted C++ library including serialization
  • protobuf: Fast cross-platform, cross-language serialization with C++ module
  • thrift: Flexible cross-platform, cross-language serialization with C++ module

具体的网址

https://github.com/google/flatbuffers

https://github.com/google/protobuf

https://github.com/apache/thrift 

https://github.com/open-source-parsers JSON

http://google.github.io/flatbuffers/md__benchmarks.html 性能比较

 

如何选择

http://www.tuicool.com/articles/2Uruu2

http://blog.csdn.net/menggucaoyuan/article/details/34409433

C++序列化、反序列化

标签:

原文地址:http://www.cnblogs.com/2018/p/4463412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!