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

Re: [PATCH]: Optimize merge_file_trivial()

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 02 Jul 2012 15:38:44 +0100

Markus Schaber <m.schaber_at_3s-software.com> writes:

> See attached the next iteration of that patch.
>
> I (hopefully) addressed all issues that were raised up to now on this list.
>
> [[[
> Optimize merge_file_trivial() by avoiding to read the files twice by using a
> new comparison function which compares 3 files at once. Also add
> C tests for the new and existing file comparison functions in libsvn_subr/io.c

Committed in r1356261. Thanks! I tweaked the whitespace in a couple of
places so that function parameters looked like:

    some_func(xxx, yyy
              aaa,
              bbb);

rather than:

    some_func(xxx, yyy
           aaa,
           bbb);

-- 
Cerified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-07-02 16:39:26 CEST

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.