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

Re: Patch - unnecessary actions

From: Oto BREZINA <otik_at_printflow.eu>
Date: Sun, 07 Aug 2011 22:23:13 +0200

On 2011-08-04 18:44, Stefan Küng wrote:
>
>> Side question how good is VS to use merged strings? From my expirence
>> using single object (CString) save some conversions and space. This is
>> minor trought.
> Can you explain in more detail what you want to do?
You have many line containing something like:
String += '\t';

In some languages and compilers there is not direct String + char*
this make string object creation for '\t' every time you use it. It may
be marginaly improvement to use String + String. However I use VC only
for TSVN.

> Stefan
>

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2812359

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-07 22:23:19 CEST

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.