[protobuf] Re: Issue 269 in protobuf: Would like to have byte or int8 type for the message definition

2013-01-28 Thread protobuf
Comment #2 on issue 269 by kumar.su...@hotmail.com: Would like to have byte or int8 type for the message definition http://code.google.com/p/protobuf/issues/detail?id=269 This is something I have been looking for as well. I need it for a different use-case though, want to support fixed leng

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2013-01-28 Thread protobuf
Comment #3 on issue 447 by mike.naq...@gmail.com: No C++11 move constructors http://code.google.com/p/protobuf/issues/detail?id=447 I think there are some simple C++11 #ifdefs to address this for GCC/Clang and VS, so it should be doable. This would be a huge win in performance in same cases.

Re: [protobuf] how to translate protobuf object to hash in python?

2013-01-28 Thread Seif Lotfy
On Tuesday, December 29, 2009 7:04:21 AM UTC+1, Pavel Shramov wrote: > > On Tue, Dec 29, 2009 at 10:34:17AM +0800, 龟腚 wrote: > > hi, i am a protobuf user also python user > > and i want to translate protobuf object to python Dict object (or call it > > hash?) > > its because i was developing a we

[protobuf] Re: My understand and the use case

2013-01-28 Thread Seif Lotfy
On Wednesday, July 9, 2008 3:45:36 AM UTC+2, Kenton Varda wrote: > > On Tue, Jul 8, 2008 at 6:23 PM, Wang Ning > > wrote: > >> I am doing some work about SOAP Engine and ESB(Enterprise Service Bus) >> which has RPC Style service invoking. Now I use xml as the soap >> specification provide, the