Hi All, In my system speed is not the issue, but code-size is issue. It's an embedded system.
I found that the code size of a MessageLite of a particular message is 40k, the same proto makes 10k as a Message optimized for code size. Unfortunately the full protolib library is too big for me, > 300k. protobuf-lite is much smaller. I'd need to generate MessageLite classes optimized for code size. Is it possible somehow? Regards, Csaba -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
