Status of AA's?

Dmitry Olshansky dmitry.olsh at gmail.com
Thu Mar 28 13:05:46 PDT 2013


28-Mar-2013 23:45, Rob T пишет:
> I recall some discussion about AA's being buggy and fixing the bugs is
> difficult, and that there may be future changes to how AA's operate, for
> example perhaps moving it to a library solution.
>
> So I am wondering if I should simply avoid using the built-in AA's
> entirely at this time, and instead create my own custom solution, or
> maybe there is a stable AA alternative already available?
>
> Can anyone shed some light on what direction I should take?


I'd roll my own (in fact did not very reusable yet).

The built-in ones are a minefield for anything more complex then a 
dictionary of string->int :)

Alternatively take a look at D collections:
https://github.com/schveiguy/dcollections

-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list