dkkoma/hrw

Rendezvous(highest random weight) hashing

dev-master 2020-01-15 02:28 UTC

This package is auto-updated.

Last update: 2024-09-15 13:57:04 UTC


README

HRW

This is Rendezvous(highest random weight) hashing library. It requires PHP7+.

Installation

composer require dkkoma/hrw

Usage

$nodes = ['node-1', 'node-2', 'node-3'];
$hrw = new Hrw\Hrw($nodes);

$key = 'test-key';

$node = $hrw->pick($key); // node-2

FYI

https://en.wikipedia.org/wiki/Rendezvous_hashing