[protobuf] Re: Enum values are siblings of their type, not children of it.

2013-11-01 Thread greg . malatestinic
The solution is available in the latest version??? Please elaborate. I'm using 2.5.0 and I don't see it. -Greg On Tuesday, May 28, 2013 11:12:46 PM UTC-4, Giri Guntipalli wrote: > > Hi enum values conflict for C++ is there any solution now solution > suggested below is available in latest versi

[protobuf] Option allow_alias unknown

2013-11-01 Thread greg . malatestinic
protoc is choking on the enum option "allow_alias". I'm using libprotoc 2.5.0. Any help is appreciated. -- 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 prot

[protobuf] Impact of optional fields on encoding time

2013-06-24 Thread greg . malatestinic
I know that when an optional field is not set there is no cost in terms of the size of the encoded message. However, I am finding that the time it takes encode a messages is proportional the the number of optional fields - regardless of whether they are set. Seems to me that that algorithm to e