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/10/27 23:48:01 UTC

svn commit: r1028111 - /subversion/branches/performance/STATUS

Author: stefan2
Date: Wed Oct 27 21:48:01 2010
New Revision: 1028111

URL: http://svn.apache.org/viewvc?rev=1028111&view=rev
Log:
On the performance branch:
* STATUS: add revision 1028104

Modified:
    subversion/branches/performance/STATUS

Modified: subversion/branches/performance/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/performance/STATUS?rev=1028111&r1=1028110&r2=1028111&view=diff
==============================================================================
--- subversion/branches/performance/STATUS (original)
+++ subversion/branches/performance/STATUS Wed Oct 27 21:48:01 2010
@@ -52,9 +52,10 @@ They will be merged into /trunk after pa
    doubles its performance. It should also speed up svn checkout by
    the same amount (not factor) of time.
 
-* r1028094
+* r1028094, r1028104
  Exploit knowledge of APR pool allocation interna to allocate sightly
  larger capacity stringbuf containers without actually using more memory.
+ The second revision is test adaptation only.
  Justification:
    Very low computational overhead that should prevent costly
    re-allocations when working with small or empty strings.