I've been trying to get a high level understanding of what MurmurHash does.
I've read a basic description but have yet to find a good explanation of when to use it and why. I know its very fast but want to know a bit more.
I asked a related question about how I could fit a UUID into a Redis bitset, and someone suggested using MurmurHash. It works but I'd like to understand the risks/benefits.