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

drs: find resources faster using binary search #6

Merged
merged 1 commit into from
Jun 8, 2019

Conversation

goto-bus-stop
Copy link
Member

Using a sorted vector to index into the resources vector. The order of the resources vector needs to be maintained for the in-memory writer, if that is refactored we can do an ordered insert into the resources vector instead and don't have to keep both in sync.

@goto-bus-stop goto-bus-stop merged commit 5a761c1 into master Jun 8, 2019
@goto-bus-stop goto-bus-stop deleted the drs-faster branch June 8, 2019 14:42
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.

None yet

1 participant