What hashing algorithm is used for the D implementation of associative arrays?

Mike Wey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 9 05:22:21 PDT 2014


On 08/09/2014 01:43 PM, Gary Willoughby wrote:
> On Saturday, 9 August 2014 at 10:28:02 UTC, Mike Wey wrote:
>> Paul Hsieh's SuperFastHash:
>> http://www.azillionmonkeys.com/qed/hash.html
>
> Where is this implemented?

https://github.com/D-Programming-Language/druntime/blob/master/src/rt/util/hash.d

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list