Add dgryski/go-jump.

Closes #489.
This commit is contained in:
Dmitri Shuralyov 2015-07-28 15:09:18 -07:00
parent 9e44d1c603
commit 39027a2003

View File

@ -265,6 +265,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Packages that help with building Distributed Systems.*
* [go-jump](https://github.com/dgryski/go-jump) - A port of Google's "Jump" Consistent Hash function.
* [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.
* [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.