Caculate data migration ratio for hash and consistent hash.
go get stathat.com/c/consistent
go get github.com/hanj4096/hash
go run ./hash.go -keys 10000000 -nodes 10 -new-nodes 11
go run ./consistent-hash.go -keys 10000000 -nodes 10 -new-nodes 11