Removing from SList (std.container)...

Jonathan M Davis jmdavisProg at gmx.com
Wed Jun 27 18:41:55 PDT 2012


On Thursday, June 28, 2012 00:23:03 Minas Mina wrote:
> Doesn't Andrei plan to do something about this module?

He came up with the basic design, and he's working on the custom allocator 
design. Once that's been sorted out, std.container will be made to use it, and 
more containers will be added to it. We're trying to avoid having to implement 
the containers twice (as would happen to at least some extent if we added them 
all and then added the custom allocators later), which is why there aren't 
more of them yet. But Andrei has been very busy, so progress has been slow, 
and I don't know where he stands with it right now.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list