Re: [protobuf] String Encoding Performance Improvement

2010-06-10 Thread Kenton Varda
(Hoping to find time to look at this soon.) On Sun, Jun 6, 2010 at 8:19 AM, Evan Jones ev...@mit.edu wrote: My patch to improve string encoding performance is now available as the following code review. The result: 13%-27% improvement on the ProtoBench files included in SVN. This is faster

[protobuf] String Encoding Performance Improvement

2010-06-06 Thread Evan Jones
My patch to improve string encoding performance is now available as the following code review. The result: 13%-27% improvement on the ProtoBench files included in SVN. This is faster than the JDK because it significantly reduces memory allocations (JDK best case: 5X string length; my best