On Thu, Dec 20, 2012 at 2:40 PM,  <crotty.christop...@gmail.com> wrote:
> True enough, but the marshalling/unmarshalling performance can be measured.
>
> I guess my question would have been better worded as...
>
> "I have a project that needs to send objects between a Java and a C++
> service at a rate of up to several thousand object/second.  Would you
> recommend using protocol buffers in such a scenario?"

We do exactly that, the protobuf cost was never significant when I profiled it.
(It's admittedly hard to see the GC contribution on the Java side)

Oliver

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to