hash-ring
hash-ring copied to clipboard
C hash ring library
sometimes it's needed to do a balance between several nodes but based on weights, for example, we have three nodes (`node1`, `node2` and `node3`) but we know that `node1` is...
1. add_node only sort add items, merge two part 2. remove_node needn't sort all items
Hi Chris, I'd like to put together a pull request so the repo can be made available on pypi so chashring is pip installable for python users. Would you be...
Here it is!
Hey! I made a ruby extension for this lib. I have a branch here: https://github.com/mrb/hash-ring/tree/ruby_extension and the ruby gem is here: https://github.com/mrb/hash_ring