Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to use arrays with HNSW #15

Closed
vadixidav opened this issue Jan 7, 2020 · 1 comment
Closed

Make it easier to use arrays with HNSW #15

vadixidav opened this issue Jan 7, 2020 · 1 comment

Comments

@vadixidav
Copy link
Member

In rust-ml/linfa#15, it was decided that a new interface needed to be developed to make it easier to add arrays to HNSW. Due to a lack of abstractions surrounding numbers (mostly due to const generics), we will need to support specific array lengths. Each array length supported should be trivially convertible into an aligned SIMD type for usage in HNSW.

@vadixidav
Copy link
Member Author

Complete in version 0.4.0. There are now extensive array and slice impls for conversion to and from the SIMD types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant