Are Gigantic Associative Arrays Now Possible?

dlangPupil via Digitalmars-d digitalmars-d at puremagic.com
Thu Mar 23 13:23:27 PDT 2017


On Thursday, 23 March 2017 at 20:09:46 UTC, Nordlöw wrote:
...
> Where can this be read? Is there a naming for this particular 
> implementation of an AA?

Hi Nordlow,

Associative Arrays are introduced in Ali Çehreli's great book, 
Programming in D – Tutorial and Reference, Ch. 28; and in Section 
1.4 of Andrei Alexandrescu's equally great "The D Programming 
Language."  Ali's book is at

http://ddili.org/ders/d.en/aa.html

The particular data structure I'd like to implement is not a 
simple hash, but rather a mixture of relational, key-value, 
columnstore and document database structures.  I"ll share it 
after I've "hashed" it out, and thought of a cool name for it!


More information about the Digitalmars-d mailing list