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

Re: svn_io_open_unique_file: quadratic cost

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-15 19:29:43 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> On Wed, 2003-10-15 at 09:17, Julian Foad wrote:
>> The cost of opening N similar temporary files with
>> svn_io_open_unique_file is proportional to N squared,
>
> That might explain why imports seem to get slower and slower as they go
> on.

No, it doesn't. Import over ra_dav uses svn_io_open_unique_file but
it deletes files as it goes so it only needs one name. Import over
the other ra layers doesn't use svn_io_open_unique_file.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 15 19:30:50 2003

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.