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

BlockStore::findNextLoadedByte uses linear search to find the block #165

Open
1 task done
oleg-lvovitch-aws opened this issue Nov 22, 2024 · 0 comments
Open
1 task done
Labels

Comments

@oleg-lvovitch-aws
Copy link
Collaborator

Tell us more about this new feature.

We should move to the appropriate logarithmic search.
This is currently not at all a bottleneck, as most of the time is spend in IO waits, but for large objects and a large set of blocks, this may become problematic.

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant