Something I noticed when looking at update performance with char_is_uri_safe
From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-11-26 08:04:42 CET
I noticed that some of the biggest hitters in the ltrace are:
[...]
I believe this is caused by this line in libsvn_subr\path.c:715 in
if (strchr ("/:.-_!~'()@=+$,&*", c) != NULL)
We could probably hand optimize that strchr with a couple if statements
---------------------------------------------------------------------
|
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.