hwt 0.3.0

Hamming Weight Tree for finding neighbors in Hamming space
Documentation
[package]

name = "hwt"

description = "Hamming Weight Tree for finding neighbors in Hamming space"

version = "0.3.0"

authors = ["Geordon Worley <vadixidav@gmail.com>"]

edition = "2018"

license = "MIT"

keywords = ["knn", "nearest", "neighbors", "binary", "hamming"]

documentation = "https://docs.rs/hwt/"

repository = "https://github.com/vadixidav/hwt"



[dependencies]

itertools = "0.8.0"

either = "1.5.1"

hashbrown = "0.2.1"

ahash = "0.1.18"

swar = "0.2.1"



[dev-dependencies]

criterion = "0.2.10"

rand = "0.6.5"



[[bench]]

name = "benches"

harness = false