[Issue 8500] New: DList extremely wasteful in node allocation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 2 14:18:39 PDT 2012


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: nobody at puremagic.com
        ReportedBy: alex at lycus.org


--- Comment #0 from Alex Rønne Petersen <alex at 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: -------


More information about the Digitalmars-d-bugs mailing list