Binary package “golang-github-serialx-hashring-dev” in ubuntu oracular

consistent hashing "hashring" implementation in golang

 Implements consistent hashing that can be used when the number of server
 nodes can increase or decrease (like in memcached). The hashing ring is
 built using the same algorithm as libketama.
 .
 This is a port of Python hash_ring library in Go with the extra methods
 to add and remove nodes.