> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: donderdag 16 mei 2013 12:19
> To: [email protected]
> Subject: svn commit: r1483292 - in /subversion/trunk/subversion:
> include/private/svn_string_private.h libsvn_subr/string.c
> libsvn_subr/types.c
>
> Author: stefan2
> Date: Thu May 16 10:19:18 2013
> New Revision: 1483292
>
> URL: http://svn.apache.org/r1483292
> Log:
> Daring another no-no: provide our own, optimized implementation
> of a string to unsigned int conversion. Use it to simplify & speed up
> svn_revnum_parse.
>
> Background: In my 'svn log -g' tests, I found that >50% of the runtime
> is spent parsing mergeinfo and ~20% in strtol alone.
It would be nice if you can provide a bit more details about your tests for
this.
Is this for ra_local, ra_svn, ra_serf?
Which platform?
(My personal guess: Which locale settings?)
Bert