Non-GC based List/Set/Map implementation?

Kiith-Sa via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 26 05:51:01 PDT 2014


On Tuesday, 26 August 2014 at 10:38:47 UTC, Bienlein wrote:
> Hello,
>
> does anyone know of a List/Set/Map implementation that does not 
> rely on the GC? The would be the last thing I need for D to be 
> really happy with it ;-)
>
> Thanks, Bienlein

These use the work-in-progress std.allocator and seem to be more 
maintained, although they don't seem to take advantage of DMD 
2.066 (@nogc) yet:

https://github.com/economicmodeling/containers


More information about the Digitalmars-d-learn mailing list