jumpconsistenthash 0.1.0

Implementation of Jump consistent hash i.e. 'A Fast, Minimal Memory, Consistent Hash Algorithm' from Google
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "jumpconsistenthash"
path = "src/lib.rs"

[package]
authors = ["Dermot H. <dermot.thomas.haughey@gmail.com>"]
categories = ["algorithms"]
description = "Implementation of Jump consistent hash i.e. 'A Fast, Minimal Memory, Consistent Hash Algorithm' from Google"
edition = "2021"
homepage = "https://github.com/hderms/jumphash"
keywords = ["hash", "jumphash", "distributed-systems"]
license = "Apache-2.0"
name = "jumpconsistenthash"
readme = "README.md"
repository = "https://github.com/hderms/jumphash"
resolver = "2"
version = "0.1.0"