Skip to content

Commit

Permalink
Merge pull request #401 from jianshu93/patch-1
Browse files Browse the repository at this point in the history
Add rust implementation
  • Loading branch information
yurymalkov authored Aug 21, 2022
2 parents fdb1632 + 406731d commit 0fc42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ https://github.com/dbaranchuk/ivf-hnsw
* Java bindings using Java Native Access: https://github.com/stepstone-tech/hnswlib-jna
* .Net implementation: https://github.com/microsoft/HNSW.Net
* CUDA implementation: https://github.com/js1010/cuhnsw

* Rust implementation for memory and thread safety purposes and There is A Trait to enable the user to implement its own distances. It takes as data slices of types T satisfying T:Serialize+Clone+Send+Sync.: https://github.com/jean-pierreBoth/hnswlib-rs

### 200M SIFT test reproduction
To download and extract the bigann dataset (from root directory):
Expand Down

0 comments on commit 0fc42b0

Please sign in to comment.