Memory usage of AAs?

Nick Sabalausky a at a.a
Tue Mar 29 16:24:01 PDT 2011


My understanding of hash tables is that they allocate a fixed size array and 
map keys to indicies within the range 0..predefined_length_of_the_AA.

So I've been wondering, how many elements do D's built-in AAs have? And 
what's the content of each one, just a single pointer?




More information about the Digitalmars-d-learn mailing list