MurmurHash3

Ilya via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Dec 10 17:39:22 PST 2015


On Thursday, 10 December 2015 at 22:25:21 UTC, Guillaume Chatelet 
wrote:
> Here is an implementation of MurmurHash [1] for D.
> http://dpaste.dzfl.pl/1b94ed0aa96e
>
> I'll do a proper pull request later on for addition to 
> std.digest if the community feels like it's a valuable addition.
>
> Guillaume
>
> --
> 1 - https://en.wikipedia.org/wiki/MurmurHash

Great!

Could you please add an optimized interface to compute hashes for 
`uint` , `ulong` and `ulong[2]`?

It would very good both for upcoming containers and 
multidimensional slices 
https://github.com/D-Programming-Language/phobos/pull/3397 .


More information about the Digitalmars-d-announce mailing list