State of std.container redesign

Jonathan M Davis jmdavisProg at gmx.com
Wed Mar 30 10:25:16 PDT 2011


On 2011-03-30 06:15, David Nadlinger wrote:
> If I remember correctly, Andrei proposed a redesign of std.container
> here on digitalmars.D not too long ago, which included switching to
> final classes for container types.
> 
> However, I can't quite remember the outcome of the discussion, and there
> don't seem to be any related changes by now. Is this idea simply pending
> implementation, or did you change your mind on this, Andrei?

The main thing was that all of the containers would become classes rather than 
structs which used reference counting. RedBlackTree has already been changed 
(in git), but the others haven't been yet.

- Jonathan M Davis


More information about the Digitalmars-d mailing list