http://d.puremagic.com/issues/show_bug.cgi?id=8500

           Summary: DList extremely wasteful in node allocation
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: a...@lycus.org


--- Comment #0 from Alex R�nne Petersen <a...@lycus.org> 2012-08-02 23:18:38 
CEST ---
The DList container currently allocates a Node struct with the GC instead of
managing their memory manually. I don't know if there's anything preventing
manual memory management here, but the current approach is extremely wasteful.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to