Consistent hashing "hashring" implementation in Go
Description
Hashring 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.