MurmurHash3

Guillaume Chatelet via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Dec 12 12:12:49 PST 2015


On Saturday, 12 December 2015 at 02:59:21 UTC, Ilya wrote:
> Current version is suitable for arrays but not ranges or types.
>
> Few examples:
> 1. Compute hash of ulong.
> 2. Compute hash of all elements in matrix column (element are 
> in different arrays).
>
> I have created output range API draft 
> http://dpaste.dzfl.pl/a24050042758
>
> Ilya

I created https://github.com/gchatelet/murmurhash3_d and updated 
the code a bit.
It conforms to the digest template interface, allows pushing 
ulong[2] and accept ranges.

PR welcome :)


More information about the Digitalmars-d-announce mailing list