hnsw_rs_thousand_birds 0.1.20

Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin - Modified by the Thousand Birds Inc team to support building for windows
Documentation
[[example]]
name = "random"
path = "examples/random.rs"

[[example]]
name = "ann-glove"
path = "examples/ann-glove/ann-glove25-angular.rs"

[[example]]
name = "ann-mnist"
path = "examples/ann-mnist/ann-mnist-784-euclidean.rs"

[[example]]
name = "ann-sift1m"
path = "examples/ann-sift1m/ann-sift1m-128-euclidean.rs"

[[example]]
name = "levenshtein"
path = "examples/levensthein.rs"
[dependencies.bincode]
version = "1.3"

[dependencies.cpu-time]
version = "1.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.hashbrown]
version = "0.14"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.mmap-rs]
version = "0.6"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_cpus]
version = "1.15.0"

[dependencies.packed_simd_2]
optional = true
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.simdeez]
optional = true
version = "1.0"

[dependencies.skiplist]
version = "0.3"
[dev-dependencies.hdf5]
version = "0.8"

[dev-dependencies.ndarray]
version = "0.15"

[features]
default = []
simdeez_f = ["simdeez"]
stdsimd = ["packed_simd_2"]

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

[package]
authors = ["jeanpierre.both@gmail.com"]
description = "Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin - Modified by the Thousand Birds Inc team to support building for windows"
documentation = "https://docs.rs/hnsw_rs"
edition = "2021"
keywords = ["algorithms", "ann", "hnsw"]
license = "MIT/Apache-2.0"
name = "hnsw_rs_thousand_birds"
readme = "README.md"
repository = "https://github.com/jean-pierreBoth/hnswlib-rs"
version = "0.1.20"
[profile.release]
lto = true
opt-level = 3