On Tuesday, 7 August 2012 at 17:39:50 UTC, Dmitry Olshansky wrote:
std.hash.hash is a new module for Phobos defining an uniform interface for hashes and checksums. It also provides some useful helper functions to deal with this new API.

Is it too late to ask to include MurmurHash 2 and/or 3? It's public domain, and great for things like hash tables.

You can steal some code from here:
https://github.com/CyberShadow/ae/blob/master/utils/digest.d
https://github.com/CyberShadow/ae/blob/master/utils/digest_murmurhash3.d

Reply via email to