This is the first part of the fix for consistent hashring lookups on hash collisions where we abstract the RBTree to not care about the datatypes stored. Comparison is done by a comparator function.
This will help in later stages where the key can contain more data points instead of the hash.
This is the first part of the fix for consistent hashring lookups on hash collisions where we abstract the RBTree to not care about the datatypes stored. Comparison is done by a comparator function.
This will help in later stages where the
key
can contain more data points instead of the hash.