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

Benchmark and improve argmin / argmax implementation. #762

Closed
eddyxu opened this issue Apr 7, 2023 · 1 comment
Closed

Benchmark and improve argmin / argmax implementation. #762

eddyxu opened this issue Apr 7, 2023 · 1 comment
Assignees
Labels
benchmark rust Rust related tasks vector Vector Search

Comments

@eddyxu
Copy link
Contributor

eddyxu commented Apr 7, 2023

Problem

argmin is used extensively in the critical path of vector search to find the index of nearest neighbours / centroids., we could have a benchmark to see whether we can use simd or other mechanisms to accelerate it.

@eddyxu eddyxu added benchmark rust Rust related tasks vector Vector Search labels Apr 7, 2023
@changhiskhan
Copy link
Contributor

closed by #927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark rust Rust related tasks vector Vector Search
Projects
None yet
Development

No branches or pull requests

3 participants