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

Add multithread search to BF index #425

Merged
merged 2 commits into from
May 12, 2023
Merged

Conversation

dyashuni
Copy link
Contributor

@dyashuni dyashuni commented Nov 15, 2022

In some large scale applications BF index is slow therefore I added multithread search:

  • added multi-threaded search for BF index
  • added test to check BF index recall
  • added getters, setters for BF index in python

@dyashuni dyashuni merged commit 6aac477 into nmslib:develop May 12, 2023
@dyashuni dyashuni deleted the mt_bf_search branch May 12, 2023 05:54
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

Successfully merging this pull request may close these issues.

2 participants