Associative Arrays in the data segment

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 10 02:16:26 PDT 2015


"Andrea Fontana"  wrote in message 
news:nrlbhbhqutcmuyzkmspx at forum.dlang.org...

> Why not 64bit integers?

Integers <= 32 bits have a trivial hash implementation (the value is the 
hash) so I did them first.  64-bit ints, strings, arrays etc need the 
multi-byte hash which I haven't gotten around to yet. 



More information about the Digitalmars-d mailing list