-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f938df4
commit 3acb711
Showing
15 changed files
with
155 additions
and
2,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hnsw_rs" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
authors = ["[email protected]"] | ||
description = "Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin" | ||
license = "MIT/Apache-2.0" | ||
|
@@ -86,9 +86,7 @@ env_logger = { version = "0.10" } | |
|
||
anyhow = { version = "1.0" } | ||
|
||
|
||
# x86_64 simd stuff , enabled by simdeez_f feature | ||
simdeez = { version = "1.0", optional = true } | ||
anndists = { version = "0.1" } | ||
|
||
|
||
# for benchmark reading, so the lbrary do not depend on hdf5 nor ndarray | ||
|
@@ -102,7 +100,7 @@ skiplist = { version = "0.5" } | |
|
||
default = [] | ||
|
||
# feature for std simd on nightly | ||
stdsimd = [] | ||
stdsimd = ["anndists/stdsimd"] | ||
# feature for simd on stable for x86* | ||
simdeez_f = ["simdeez"] | ||
simdeez_f = ["anndists/simdeez_f"] | ||
# feature for std simd on nightly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.