From 5636eeae1190925adc9937ac2014814144672b50 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Sat, 31 Mar 2018 16:55:21 +0300 Subject: [PATCH] Add github.com/buraksezer/consistent package (#1864) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff428b89..b6632532 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages that help with building Distributed Systems.* * [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. +* [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. * [digota](https://github.com/digota/digota) - grpc ecommerce microservice. * [drmaa](https://github.com/dgruber/drmaa) - Job submission library for cluster schedulers based on the DRMAA standard. * [emitter-io](https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love.