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

Re: [TSVN] More on Commit dialog performance

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-16 09:48:27 CET

Will Dean wrote:

>> 2) Use a virtual listcontrol instead that does not handle the strings
>> itself.
>
>
> Yes, that might well be better for big commits (for example), because
> the data is already all loaded into memory. That said, most of the time
> spent loading the commit listview is currently spent looking up icons
> for the files.
>
> I am about to post a patch which fixes some of this, though I haven't
> bothered to go to a virtual scheme, which is a load more hassle.

Would a virtual control even help here? I mean the data we get in the
notify callback from Subversion isn't stored in memory by TSVN. So it
wouldn't matter a lot if TSVN does the copy or the listcontrol?

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 Thu Dec 16 09:49:49 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.