Here is an implementation of MurmurHash [1] for D. http://dpaste.dzfl.pl/1b94ed0aa96eI'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
Seems like it'd be good to have it ready and in place as the upcoming containers work starts materializing.
