[Issue 4098] New: Associative Array replacement implementation, ABI documentation and template wrapper

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 17 04:20:27 PDT 2010


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

           Summary: Associative Array replacement implementation, ABI
                    documentation and template wrapper
           Product: D
           Version: future
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: druntime
        AssignedTo: sean at invisibleduck.org
        ReportedBy: y0uf00bar at gmail.com


--- Comment #0 from Michael Rynn <y0uf00bar at gmail.com> 2010-04-17 04:20:23 PDT ---
I have documented the original AA ABI and my enhancements and rationale here (
http://www.dsource.org/projects/aa/wiki/DrunTimeAA
).

HashMap and HashSet type checked template code (desirable) using the enhanced
aaA.d is here (
http://www.dsource.org/projects/aa/browser/trunk/hash/druntime.d
)

The necessary druntime aaD.d with replacement and extra functions is here (
http://www.dsource.org/projects/aa/browser/trunk/druntime/aaA.d
)

Because it shares the same C functions and heritage of the original aaA.d, some
of the same behaviors are bound not yet to be fixed.

-- 
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