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

Try optimized search algorithms for index search #397

Open
aawsome opened this issue Jan 13, 2025 · 0 comments
Open

Try optimized search algorithms for index search #397

aawsome opened this issue Jan 13, 2025 · 0 comments
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR

Comments

@aawsome
Copy link
Member

aawsome commented Jan 13, 2025

Currently we are using a binary search, there is interpolation search (O(log log n) for uniform distribution, which we should have but O(n) worst case) or quadratic binary search (worst case O(sqrt(n))).

@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR
Projects
None yet
Development

No branches or pull requests

1 participant