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

Re: [RFC] A libsvn_wc properties optimisation

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-11-08 22:28:25 CET

On Nov 6, 2004, at 17:56, Erik Huelsmann wrote:

> [ snip; about properties files ]
>
>> The win is that you only have to do a file open on one file rather
>> then
>> lots of files/directory. I'm sure that parsing one file is far faster
>> then open
>> 10 files. The file sizes are trivial. I have 1856 bytes for 54 files
>> in
>> my repo for example.
>
> If merge tracking is going to use properties, then filesizes may grow
> well beyond trivial.

Since I read all props of a directory frequently, every few seconds
when clicking
around in a UI I still win over the current implementation. I would
rather see things
slow down as the parsing of the file becomes a problem rather then the
current
very slow performance.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 8 22:30:09 2004

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.