BlockStore::findNextLoadedByte
uses linear search to find the block
#165
Labels
BlockStore::findNextLoadedByte
uses linear search to find the block
#165
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
The text was updated successfully, but these errors were encountered: