The review of std.hash package

Vladimir Panteleev vladimir at thecybershadow.net
Thu Aug 9 02:32:34 PDT 2012


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



More information about the Digitalmars-d mailing list