Right after allocators: containers or database connectivity?

w0rp via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 10 05:00:48 PDT 2015


Containers seems like the best thing to work on after the 
allocators. Then you could start using the allocators for the 
containers, so you can choose different allocation strategies for 
them.

I'd definitely like to see a standard container for sets, instead 
of the void[0][T] thing I usually do.


More information about the Digitalmars-d mailing list