You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just learn this algorithm and I have read this source code. I think maybe the RemoveNode(n string) function is useful to the hashRing struct.
And other question, do you ever consider to use murmur hash to replace the sha1 hash method. I just know the performance of murmur hash is better because of it's non-cryptographic.
The text was updated successfully, but these errors were encountered:
I just learn this algorithm and I have read this source code. I think maybe the RemoveNode(n string) function is useful to the hashRing struct.
And other question, do you ever consider to use murmur hash to replace the sha1 hash method. I just know the performance of murmur hash is better because of it's non-cryptographic.
The text was updated successfully, but these errors were encountered: