digitalmars.D.learn - Do we have GC-free hash map implementation sitting somewhere?
- =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= <alex lycus.org> Oct 14 2012
- =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= <alex lycus.org> Oct 14 2012
- Jacob Carlborg <doob me.com> Oct 15 2012
- Benjamin Thaut <code benjamin-thaut.de> Oct 16 2012
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.) -- Alex Rønne Petersen alex lycus.org http://lycus.org
Oct 14 2012
On 15-10-2012 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.)
... s/have/have a/ ... -- Alex Rønne Petersen alex lycus.org http://lycus.org
Oct 14 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
Oct 15 2012
Am 15.10.2012 08:49, schrieb Alex Rønne Petersen: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.)
https://github.com/Ingrater/druntime/blob/master/src/core/hashmap.d Kind Regards Benjamin Thaut
Oct 16 2012









=?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= <alex lycus.org> 