Stuff in Phobos That Generates Garbage

From D Wiki
Revision as of 05:17, 4 October 2014 by AndreiAlexandrescu (talk | contribs) (Undo revision 4811 by AndreiAlexandrescu (talk))
Jump to: navigation, search
Module Artifact Possible Fix(es)
std.algorithm Levenshtein Use reference counting in conjunction with GC.malloc/GC.free
std.array minimallyIntializedArray Pass in a memory management policy
unintializedArray Pass in a memory management policy
std.string toStringz ??
splitLines ??
leftJustify ??
rightJustify ??
center ??
detab ??
entab ??
translate ??
format ??
sformat ??
removechars ??
squeeze ??
succ ??
tr ??
soundex ??
abbrev ??
wrap ??