consistent
consistent copied to clipboard
Bad distribution
I found that default settings of this library performs poor keys distribution over hosts. To improve distribution hosts replication must be at least 1000. Better to make replication factor configurable.
But if replication factor will be so big, then sorted slice (sortedSet) will be ineffective. You should use binary tree instead to improve add/remove host performance.
this should be fixed by https://github.com/lafikl/consistent/pull/16 can you PTAL ?