On Sun, 22 May 2011 19:30:58 -0400, Vladimir Panteleev <[email protected]> wrote:

On Mon, 23 May 2011 02:15:49 +0300, Robert Jacques <[email protected]> wrote:

As for performance, using appender is never slower than ~=, as it uses essentially the same code.

I don't think using ~= when appending a string to a string will validate the UTF. Will it?


For string ~= string, appender calls string[] = string, which does a memcopy, iirc.

Reply via email to