protocol buffer lite versus regular protocol buffer

Viewed 21165

I've been investigating c++ serialization frameworks will small footprint and good performance. I've found this thread

c++ network serialization

which basically suggest to use the lite version of protocol buffers. It is not clear from this page what are the specific features of the lite version

my question is; what features do you lose when sticking to protocol buffers lite?

1 Answers
Related