Dear All: I would like to introduce wyhash (https://github.com/wangyi-fudan/wyhash) It is a 64-bit little endian portable hash function. It is the fastest one that passed all strict hash function tests (https://github.com/rurban/smhasher). I think redis can make use of it to increase performance.

Comment From: colinpcurtis

Is this still something that is on the table to be implemented? I'd be down to help work on it if so.