consistent icon indicating copy to clipboard operation
consistent copied to clipboard

Bad distribution

Open LopatkinEvgeniy opened this issue 5 years ago • 1 comments

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.

LopatkinEvgeniy avatar May 11 '20 12:05 LopatkinEvgeniy

this should be fixed by https://github.com/lafikl/consistent/pull/16 can you PTAL ?

akram avatar Dec 06 '23 16:12 akram