Stuff in Phobos That Generates Garbage
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>...")
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 |