Re: [TSVN] More on Commit dialog performance
From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-15 18:31:12 CET
Will Dean wrote:
> I think a major perf hotspot for large directory trees is the code in
This is to make sure that there are no case-renamed files around which
> As implemented, this checks every unversioned filename against every
Yep! See line 329 and 443 in SVNStatusListCtrl.cpp :(
> Another problem is the way in which the string compare is being done.
Ok, added a length check before the comparison in revision 2125.
> The other issue is that the type of data
Can you write the reverse comparison? Or is it enough with the fixes I
Oh, and thanks for the profiling. Next job for you: profilig a large
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 15 18:34:13 2004
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.