dkkoma / hrw

rendezvous(最高随机权重)哈希

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

This package is auto-updated.

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


README

HRW

这是一个 rendezvous(最高随机权重)哈希库。它需要 PHP7+。

安装

composer require dkkoma/hrw

用法

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

$key = 'test-key';

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

注意

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