Comment #2 on issue 588 by [email protected]: Add delta mechanism to the
encoding
http://code.google.com/p/protobuf/issues/detail?id=588
It's not exactly the same. The feature I present apply an assertion when
calling "set" function(between the current and last message) to decide
whether to write or not this parameter in the next "write" call
In my case for example, the main loop of the video stream will always call
the "set" function even if nothing is changed and when calling
writetostream only the parameters that changed from last write call will be
written.
This will be transparent to my application layer.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
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.