Do we have GC-free hash map implementation sitting somewhere?

Jacob Carlborg doob at me.com
Mon Oct 15 00:59:30 PDT 2012


On 2012-10-15 08:49, Alex Rønne Petersen wrote:
> Hi,
>
> Is there a GC-free hash map implementation for D somewhere on the
> intertubes? (Preferably in a Git repository and under a
> liberal/non-viral license.)
>

It looks like Martin Nowak has that in his SharedRuntime branch of druntime:

https://github.com/dawgfoto/druntime/blob/SharedRuntime/src/rt/util/container.d#L428

Don't know if you can extract that.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list