You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@wandisco.com> on 2012/07/02 16:38:44 UTC

Re: [PATCH]: Optimize merge_file_trivial()

Markus Schaber <m....@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