anchorhash 0.2.0

A consistent hashing algorithm that outperforms state-of-the-art algorithms.
Documentation
[[bench]]
harness = false
name = "anchorhash"

[[bench]]
harness = false
name = "range_map"

[[bench]]
harness = false
name = "fasthash"
[dependencies.fnv]
version = "1.0.7"

[dependencies.hashbrown]
version = "0.9.1"

[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.criterion]
version = "0.3.4"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[dev-dependencies.rand]
version = "0.8.3"

[features]
default = ["fastmod", "simd"]
fastmod = []
simd = []

[package]
authors = ["Dom Dwyer <dom@itsallbroken.com>"]
categories = ["algorithms", "caching", "network-programming"]
description = "A consistent hashing algorithm that outperforms state-of-the-art algorithms."
documentation = "https://docs.rs/anchorhash"
edition = "2018"
keywords = ["consistent", "hash", "sharding", "routing", "balancer"]
license = "Apache-2.0"
name = "anchorhash"
repository = "https://github.com/domodwyer/anchorhash/"
version = "0.2.0"