Re: [protobuf] Shared memory

2020-10-28 Thread 'Adam Cozzette' via Protocol Buffers
That could work but I suspect it would be a fair amount of work to implement. I think at that point you would almost be implementing an alternative serialization format for protocol buffers. Would it make sense to just store the plain binary format in shared memory? On Wed, Oct 28, 2020 at 11:29

Re: [protobuf] Shared memory

2020-10-28 Thread Mario Not64
Thanks for the feedback. Would it make sense for protobuf to create a class as per the .proto definition but with NO extra stuff, in its own .h file. Then the real message proto class would derive from that. Any code that used the class only need to include the .h of the class no need to