|
|
|
|
|
by michael_leachim
1094 days ago
|
|
cool, I enjoyed reading article and playing with visualizations.
I liked it a lot. How can I learn to design a hash function?
It is possible to understand that stringSum is bad compared to murmur3 by evaluating it against test cases, but what properties make it bad. Is it summation compared to xoring in murmur3?
I intuit that summation is kinda lossy, but ofc there is much more rigorous work
put into it.
It would be really cool to learn more about this.
Thank you |
|
The initial announcement of murmur (https://tanjent.livejournal.com/756623.html) makes it seem like it's trial and error.