Stuff in Phobos That Generates Garbage

From D Wiki
Revision as of 19:48, 3 October 2014 by AndreiAlexandrescu (talk | contribs) (Created page with "{| class="wikitable" ! Module ! Artifact ! Possible Fix(es) |- | <tt>std.algorithm</tt> | <tt>Levenshtein</tt> | Use reference counting in conjunction with <tt>GC.malloc</tt>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Module Artifact Possible Fix(es)
std.algorithm Levenshtein Use reference counting in conjunction with GC.malloc/GC.free
std.array unintializedArray Pass in a memory management policy
minimallyIntializedArray Pass in a memory management policy