On Jun 2, 2018, at 12:04 PM, Mark@xxxxxxxxxxx <mlandri@xxxxxxxxxxx> wrote:
> Moving to c++ or at least supporting c++ module builds during main build could greatly improve data serialization and deserialization by using Google Protocol Buffers (protobuf).
I presume what you meant to say is
Moving to c++ or at least supporting c++ module builds during main build *would allow us to* greatly improve data serialization and deserialization by using Google Protocol Buffers (protobuf).
Moving to C++ doesn't do that by itself; adopting Google Protocol Buffers, which requires using one of the languages supported by Protocol Buffers, such as C++, does that.