[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Last batch of performance improvements for 1.7

From: John Szakmeister <john_at_szakmeister.net>
Date: Wed, 23 Feb 2011 05:52:59 -0500

On Wed, Feb 23, 2011 at 3:43 AM, Stefan Fuhrmann
<stefanfuhrmann_at_alice-dsl.de> wrote:
[snip]
> List of integration branches:
> -----------------------------
>
> integrate-is-cachable
> - replace the fixed 1MB limit to the cachable full-text
>  size in FSFS with a cache-specific implementation

Took a look at this one. The changes look good. The only bit I
didn't understand was this fragment:

{{{
+/* Store fulltext in RB in the fulltext cache used by said RB. Items that
+ * are too large to be cached won't. Also, this will be a no-op if no
+ * fulltext cache has been enabled in RB.
+ */
 static svn_error_t *
 rep_read_contents_close(void *baton)
}}}

I think that comment is probably misplaced. The only thing in there
are two destroy functions. :-)

-John
Received on 2011-02-23 11:53:34 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.