[protobuf] Where is the Issues database?

2015-04-13 Thread Ryan Fogarty
. Thank you, Ryan Fogarty -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...@googlegroups.com. To post to this group, send email t

[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 Buf

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. The