Why is std.algorithm so complicated to use?

Jacob Carlborg doob at me.com
Tue Jul 10 13:41:25 PDT 2012


On 2012-07-10 22:13, Christophe Travert wrote:

> Then, if the purpose is to make the code efficient, I would use the loop
> and append everything to the result without creating the params array,
> and even without creating the string p. Appender is made to append
> everything directly to it efficiently.

Yeah, I've been thinking about doing that more.

-- 
/Jacob Carlborg




More information about the Digitalmars-d mailing list