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

Re: svn commit: rev 3103 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/mod_dav_svn trunk/subversion/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-08-31 21:57:54 CEST

On Sat, Aug 31, 2002 at 01:30:46PM -0400, Greg Hudson wrote:
> On Fri, 2002-08-30 at 04:34, Sander Striker wrote:
> > Why not use strncmp?
>
> Since the last answer fizzled, I'll try: because we have too much
> cycle-counting mentality in this project.

Yah :-) But I also don't find it to be a problem.

IMO, our performance will mostly be bound by the I/O that we do (thus we
want to minimize the operation count), and by the overall system impact of
the working set size (i.e. we need to reduce our mem footprint).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 31 21:52:57 2002

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.