[GH-ISSUE #8] B+Tree lookup breaks #8

Closed
opened 2026-05-23 08:25:10 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @appy-one on GitHub (Feb 16, 2021).
Original GitHub issue: https://github.com/appy-one/acebase/issues/8

Originally assigned to: @appy-one on GitHub.

When an empty leaf is removed (see #5 ), the parent node does not get updated correctly, causing some tree lookups to fail. The problem is that the gt/lt child offset is updated instead of the index. Fix will be in following commit

Originally created by @appy-one on GitHub (Feb 16, 2021). Original GitHub issue: https://github.com/appy-one/acebase/issues/8 Originally assigned to: @appy-one on GitHub. When an empty leaf is removed (see #5 ), the parent node does not get updated correctly, causing some tree lookups to fail. The problem is that the gt/lt child _offset_ is updated instead of the _index_. Fix will be in following commit
gitea-mirror 2026-05-23 08:25:10 -06:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#8
No description provided.