[#9] doc: Remove nspcc mentions from README #10
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,15 +1,15 @@
|
|||
# Golang HRW implementation
|
||||
|
||||
[![Build Status](https://travis-ci.org/nspcc-dev/hrw.svg?branch=master)](https://travis-ci.org/nspcc-dev/hrw)
|
||||
[![codecov](https://codecov.io/gh/nspcc-dev/hrw/badge.svg)](https://codecov.io/gh/nspcc-dev/hrw)
|
||||
[![Report](https://goreportcard.com/badge/github.com/nspcc-dev/hrw)](https://goreportcard.com/report/github.com/nspcc-dev/hrw)
|
||||
[![GitHub release](https://img.shields.io/github/release/nspcc-dev/hrw.svg)](https://github.com/nspcc-dev/hrw)
|
||||
[![Build Status](https://travis-ci.org/TrueCloudLab/hrw.svg?branch=master)](https://travis-ci.org/TrueCloudLab/hrw)
|
||||
[![codecov](https://codecov.io/gh/TrueCloudLab/hrw/badge.svg)](https://codecov.io/gh/TrueCloudLab/hrw)
|
||||
[![Report](https://goreportcard.com/badge/github.com/TrueCloudLab/hrw)](https://goreportcard.com/report/github.com/TrueCloudLab/hrw)
|
||||
[![GitHub release](https://img.shields.io/github/v/release/TrueCloudLab/hrw.svg)](https://git.frostfs.info/TrueCloudLab/hrw)
|
||||
|
||||
[Rendezvous or highest random weight](https://en.wikipedia.org/wiki/Rendezvous_hashing) (HRW) hashing is an algorithm that allows clients to achieve distributed agreement on a set of k options out of a possible set of n options. A typical application is when clients need to agree on which sites (or proxies) objects are assigned to. When k is 1, it subsumes the goals of consistent hashing, using an entirely different method.
|
||||
|
||||
## Install
|
||||
|
||||
`go get github.com/nspcc-dev/hrw`
|
||||
`go get git.frostfs.info/TrueCloudLab/hrw`
|
||||
|
||||
## Benchmark:
|
||||
|
||||
|
|
Loading…
Reference in a new issue