From 39027a20033443f53db1e94e14e5ec2c8d0df028 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 28 Jul 2015 15:09:18 -0700 Subject: [PATCH] Add dgryski/go-jump. Closes #489. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d3afeff..0662582e 100644 --- a/README.md +++ b/README.md @@ -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.