Article showing GPB usage in Drizzle

2009-08-12 Thread jaypipes

Hi all,

Just thought you'd like to know I am writing a series of articles on
Drizzle's replication system, and much of the first article is all
about GPB.

http://www.jpipes.com/index.php?/archives/298-Drizzle-Replication-The-Command-Message.html

Thanks for a great library and toolset!  You guys rock. :)

Cheers,

Jay
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---



C++ - Most efficient way to remove an element from a Message's repeated array

2009-10-05 Thread jaypipes

Hi all,

I'm wondering what is the most efficient method to remove an element
from a Message's vector of repeated elements?  I looked at the
RepeatedFieldPtr API but would appreciate some example code on how to
do this in the most efficient way.  I gather from the API that the
underlying storage is a vector and so does not support efficient index-
based, random-access deletion from the vector.  Is this correct?

Help is much appreciated,

Jay
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---



Re: C++ - Most efficient way to remove an element from a Message's repeated array

2009-10-05 Thread jaypipes

Gotcha. Thanks for the assistance, Kenton!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---