On 08/09/2014 11:33 AM, Gary Willoughby wrote:
What hashing algorithm is used for the D implementation of associative
arrays? Where in the D source does the AA code live?

Paul Hsieh's SuperFastHash:
http://www.azillionmonkeys.com/qed/hash.html

The source is here: https://github.com/D-Programming-Language/druntime/blob/master/src/rt/aaA.d

--
Mike Wey

Reply via email to