GC-less Hash-Tables (AA)

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 17 03:39:05 PDT 2014


Have anybody cooked any GC-less variants of hash-tables 
(associative arrays) that take keys and values with value 
semantics only.

Similar to how

     X[]

relates to

     std.containers.Array!X

I need this to index my nodes in graphs with tens of millions of 
nodes.


More information about the Digitalmars-d-learn mailing list