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

Re: [TSVN] Technical questions on status caching

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-12-22 08:09:24 CET

On Tue, 21 Dec 2004 23:38:44 +0100, Laurent CHASTEL
<lchastel@hotmail.com> wrote:
> >
> >Some things I noticed in your cache implementation:
> >
> >- do you call svn_utf_initialize() after you create your apps main pool
> >(m_pool)? If not, then you will experience a dramatic slowdown because then
> >Subversion loads and unloads three *.so modules for every file it finds up
> >to three times. For 3000 files that can mean (3000*3*3) 18'000 times
> >loading a dll and unloading it again. You can imagine how that affects
> >performance...
>
> That's why I have the loading/unloading messages when debugging ;)
> I need to make a few check because there is a big
> #if defined( UNICODE )
> #error UNICODE Not supported
> #endif
> In the SCC API ;(

I don't quite get it: what has UNICODE to do with
svn_utf_initialize()? Remember: TSVN compiles as UNICODE _and_ MBCS,
and for both versions I call svn_utf_initialize() without problems.

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 22 08:12:06 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.