Skip to content
Snippets Groups Projects
Commit c0bb544d authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

vinyl: teach run iterator to respect slice boundaries

Make sure that we start iteration within the given slice and end it as
soon as the current position leaves the slice boundaries. Note, the
overhead caused by extra comparisons is only incurred if the slice has
non-NULL boundaries, which is only the case if the run is shared among
ranges.
parent b3078fec
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment