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


[lib]
name = "jumpconsistenthash"
path = "src/lib.rs"