C++ Serialization Performance

前端 未结 8 955
情深已故
情深已故 2020-12-02 15:55

I\'m building a distributed C++ application that needs to do lots of serialization and deserialization of simple data structures that\'s being passed between different proce

8条回答
  •  情话喂你
    2020-12-02 16:43

    There's also Thrift, which looks like an alpha project but is used and developed by Facebook, so it has a few users of it.

    Or good old DCE, which was the standard MS decided to use for COM. Its now open-source, 20 years too late, but better than never.

提交回复
热议问题