associative arrays with manual memory management

Rikki Cattermole via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 21 21:16:29 PDT 2015


On 8/22/2015 5:20 AM, Ilya Yaroshenko wrote:
> Hi All!
>
> I am going to implement associative arrays with manual memory management
> based on amazing std.experimental.allocator by Andrei
> http://wiki.dlang.org/Review/std.experimental.allocator
>
> I will be happy to receive any advices about algorithms, use cases and API.
>
> Best Regards,
> Ilya

Will it be language feature fix, or is it an independent container?
If the later I already have a simple dumb one which I can share (not on 
this machine). I'll be happy to use what you create. Same goes for list 
and friends ones.


More information about the Digitalmars-d mailing list