is char[] faster than string?

Inquie via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Apr 5 14:58:16 PDT 2017


I have a lot of string concatenation to do and I'm wondering if 
char[] is faster? Does it simply extend the buffer or are new 
buffers created every time?

What I am looking for is something like StringBuilder in C#.


More information about the Digitalmars-d-learn mailing list