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

Re: A proposed solution for svn admin directory names

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-06-29 18:40:20 CEST

"C. Michael Pilato" <cmpilato@collab.net> writes:

> * What the performance penalties of calling getenv() as many times
> as it would be called by our already-slow libsvn_wc
> implementation?

It probably doesn't involve any disk IO, but it still doesn't look
good. I don't know what sort of algorithms are used, but it might
involve a linear search through all the environment variables
associated with the process looking for a matching name.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 29 18:41:09 2005

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.