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 binary search function for vectors #252

Closed
jeltsch opened this issue Jun 13, 2024 · 0 comments · Fixed by #256
Closed

Add binary search function for vectors #252

jeltsch opened this issue Jun 13, 2024 · 0 comments · Fixed by #256
Assignees
Labels
enhancement New feature or request

Comments

@jeltsch
Copy link
Collaborator

jeltsch commented Jun 13, 2024

Currently, #244 seeks to introduce a search function for the ordinary index that uses a local function searchForProtoStart. However, searchForProtoStart really just performs an ordinary binary search that finds the first occurrence of a value in case there are multiple occurrences. We shall add this function under an appropriate name to Database.LSMTree.Internal.Vector.

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

Successfully merging a pull request may close this issue.

1 participant