Tips for fast string concatenation?

Vladimir Panteleev vladimir at thecybershadow.net
Fri Jun 21 03:14:48 PDT 2013


On Friday, 21 June 2013 at 10:09:10 UTC, Gary Willoughby wrote:
> Are there faster ways of appending strings?

You'll want to use appender, from std.array:

http://dlang.org/phobos/std_array.html#.Appender


More information about the Digitalmars-d-learn mailing list