-
Notifications
You must be signed in to change notification settings - Fork 16
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
BUG: BptreeMap range return wrong result #118
Comments
I can work on this one |
Sorry I didn't get to look at this yet. I was planning to investigate this week but if you have a look first that would be great. Thanks! |
So unfortunately my previous fix was not enough, there is more edge cases like:
From what i debugged so far it happens when two values are on the edges of adjacent leaves and when we are adjusting leaf iterators to the bounds left itrator became ahead of right iterator. Case 1:
Case 2:
I will try to figure out how to check this condition. |
Has this been resolved/published? @Erigara |
I believe it is resolved, I need to publish a new update. |
Here is minimal example:
The text was updated successfully, but these errors were encountered: