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

Re: CVS update: subversion/subversion/include svn_path.h

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-08-31 22:13:52 CEST

Greg Stein <gstein@lyra.org> writes:
> Another way to have fixed WC is to dup() first, then use the side-effect
> versions of the functions. svn_string is great for the side-effect type of
> functions because it can grow/shrink/realloc as needed for the operation.
>
> I'd recommend one of two things:
>
> 1) restore the side-effect style and dup first
> 2) create a second set of functions that use side-effects (maybe suffix
> these with _se?)
>
> >From a memory efficiency standpoint, the side-effect on an svn_string is
> "best".

Yeah, that's true..

Must run, but will sleep on it and Do The Right Thing tomorrow.
Received on Sat Oct 21 14:36:07 2006

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.