Re: [protobuf] python proto optimizations

2014-03-14 Thread liao liao
new design/implementation in the next release to significantly improve python sdk's performance, when? the c++ binding has been experimental for years. On Saturday, March 1, 2014 2:49:06 AM UTC+8, Feng Xiao wrote: For patch #1, you can submit it to the issue tracker. We don't have time to

Re: [protobuf] python proto optimizations

2014-02-28 Thread Michael Haberler
Am 27.02.2014 um 01:11 schrieb patr...@dropbox.com: Hey guys, I wrote two different patches which optimize python proto performance. Both patches are running in production at Dropbox. I would love to see these patches being reintegrated. Q: what is the relation to Python C bindings,

Re: [protobuf] python proto optimizations

2014-02-28 Thread Feng Xiao
For patch #1, you can submit it to the issue tracker. We don't have time to look at it immediately but will get to it in the next release. For patch #2, we don't accept patches to the experimental C++ binding support any more because it will be replaced by a new design/implementation in the next

[protobuf] python proto optimizations

2014-02-26 Thread patrick
Hey guys, I wrote two different patches which optimize python proto performance. Both patches are running in production at Dropbox. What is the best way to upstream these changes? Patrick Patch #1. Python message patch