Efficient outputting of to-string conversions

Tomek Sowiński just at ask.me
Mon Feb 7 13:10:09 PST 2011


Looks like std.conv.to always allocates behind the scenes. It's a shame as the returned string is immediately processed and discarded in my XML writer. Are there plans to include a custom output variant, e.g. to!string(7, outputRange)?

-- 
Tomek



More information about the Digitalmars-d mailing list