Re: [protobuf] Any sample messages/data for optimization out there?

2010-03-07 Thread Oliver Jowett
Evan Jones wrote: > On Mar 7, 2010, at 4:16 , Oliver Jowett wrote: >> Is there a set of message definitions / data that I could run benchmarks >> over while tweaking the implementation? Since the C++ implementation >> seems to be well tuned already, I was hoping something like this was >> already a

Re: [protobuf] Any sample messages/data for optimization out there?

2010-03-07 Thread Evan Jones
On Mar 7, 2010, at 4:16 , Oliver Jowett wrote: Is there a set of message definitions / data that I could run benchmarks over while tweaking the implementation? Since the C++ implementation seems to be well tuned already, I was hoping something like this was already around, but I couldn't find a

[protobuf] Any sample messages/data for optimization out there?

2010-03-07 Thread Oliver Jowett
Some background: we started using a small set of protobuf messages in a couple of places in our software that aren't too performance-sensitive (essentially as a C++/Java bridging protocol). That's worked well. Now I'd like to start using it in more performance-sensitive places in our Java code to r