Re: Human-readable strings?

2009-01-17 Thread Vadim Peretokin
Okay, thank you. --~--~-~--~~~---~--~~ 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

Re: how to submit patches? (python performance enhancement)

2009-01-17 Thread Will Pierce
I unrolled the loop and reordered the bounds checking on the varint _VarUInt64ByteSizeNoTag function which gets called quite a bit within wire_format.py and got some interesting speedups. What surprised me is that my first attempt to speed this function up was by using the actual mathematical

Re: Generating subclasses of a protocol buffer serialized class

2009-01-17 Thread Chris
Yes after I pressed the button I realized the error of my ways (re reduce maintainability). I partially agree with you about the exposing of the internal nastyness,however that is a choice to be made by the developer per use basis. To not have that there is like saying we dont offer you object