You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/15 18:01:17 UTC

svn propchange: r985697 - svn:log

Author: stefan2
Revision: 985697
Modified property: svn:log

Modified: svn:log at Sun Aug 15 16:01:17 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Aug 15 16:01:17 2010
@@ -1,4 +1,9 @@
+Reduce the decompression overhead by eliminating unneeded allocation
+and copy operations.
+
 * subversion/libsvn_delta/svndiff.c
   (window_handler): use the new svn_stringbuf_create_empty function
-  (zlib_decode): pass the input data buffer through to the output if there was no compression
-  (decode_window): use the new svn_stringbuf_create_empty function;adapt to zlib_decode signature change.
+  (zlib_decode): pass the input data buffer through to the output 
+   if there was no compression
+  (decode_window): use the new svn_stringbuf_create_empty function;
+   adapt to zlib_decode signature change.