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