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

Re: svn commit: r1451129 - in /subversion/branches/fsfs-format7/subversion: include/private/svn_string_private.h libsvn_delta/xdelta.c libsvn_subr/string.c

From: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Thu, 28 Feb 2013 11:46:28 +0100

On Thu, Feb 28, 2013 at 9:39 AM, Bert Huijben <bert_at_qqmail.nl> wrote:

> [retry to the right list]
> If you are not going to use these functions I don’t see how this is going
> to help performance. Before this these functions could be inlined in the
> delta code and now they are part of a different library.
>
> Maybe there is no difference if you are compiling a static library with
> whole program optimization, but with a shared library build there
> certainly will be a performance difference in the delta calculation, which
> is already cpu bound in many real world scenarios.
>
>
As of r1451163 it is being used by other code.

The impact on xdelta is minimal, though. It will only
be called once per a matching sub-string that been
found and adds a mere 10ns or so per call.

-- Stefan^2.

-- 
Certified & Supported Apache Subversion Downloads:
*
http://www.wandisco.com/subversion/download
*
Received on 2013-02-28 11:47:05 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.