GC-less Hash-Tables (AA)

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 17 13:34:37 PDT 2014


H. S. Teoh:

> How do you implement a completely GC-free AA with no limit on 
> number of entries stored?

Ada2012 has a fixed-size hash in the standard library, it can 
even be allocated on the stack. But the number of entries is not 
unlimited.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list