C++序列化、反序列化

几个常见的库

http://*.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

上一篇:OkHttp 3.7源码分析(一)——整体架构


下一篇:【数据挖掘】数据挖掘简介 ( 6 个常用功能 | 数据挖掘结果判断 | 数据挖掘学习框架 | 数据挖掘分类 )