[protobuf] Optimizing protoc for Java

2012-11-28 Thread Ryan Fogarty
I have a repeated primitive field array optimization for the protoc-generated Java source, but before I discuss I would like to gauge interest (and get access to the Protocol Buffer Group). Thanks, Ryan -- You received this message because you are subscribed to the Google Groups Protocol

Re: [protobuf] Optimizing protoc for Java

2012-11-28 Thread Christopher Smith
Interested. --Chris On Nov 19, 2012, at 4:07 AM, Ryan Fogarty ryan.foga...@gmail.com wrote: I have a repeated primitive field array optimization for the protoc-generated Java source, but before I discuss I would like to gauge interest (and get access to the Protocol Buffer Group).

Re: [protobuf] Optimizing protoc for Java

2012-11-28 Thread Ryan Fogarty
So to provide a little background, we are using Protobuf to push some fairly high throughput data and thus may be abusing its original design intent. We do try to keep packages under multi-megabytes by segmenting data packets. We are pushing this data from a C++ producer to a Java consumer.