Re: Serialization performance comparison with Boost.serialization

2009-03-29 Thread Kenton Varda
What does your .proto file look like? And the code that uses it? On Sun, Mar 29, 2009 at 9:06 PM, Yingfeng wrote: > > Hi, > We are looking for a fast mechanism for serialization/deserialization. > Here is our comparison between pb and boost: > We hope to serialize/deserialize data in std contai

Serialization performance comparison with Boost.serialization

2009-03-29 Thread Yingfeng
Hi, We are looking for a fast mechanism for serialization/deserialization. Here is our comparison between pb and boost: We hope to serialize/deserialize data in std containers, such as: std::vector Here is the data 1000 strings are stored in the vector as to boost: Serialization: 3.8 s Dese

Re: Serialization performance comparison with Boost.serialization

2009-03-29 Thread Yingfeng Zhang
Test files are attached Best On Mon, Mar 30, 2009 at 12:14 PM, Kenton Varda wrote: > What does your .proto file look like? And the code that uses it? > > On Sun, Mar 29, 2009 at 9:06 PM, Yingfeng wrote: > >> >> Hi, >> We are looking for a fast mechanism for serialization/deserialization. >> H