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

RRB tree: use size table after pushing a sparse node to the left #79

Merged
merged 1 commit into from Apr 8, 2019

Conversation

krobelus
Copy link
Contributor

If the node we push to the left is not completely dense, then we convert to a
size table. Previously this was only done for nodes of level > 1.

Now the cases for level == 1 and level > 1 share some logic, this could be
refactored in future.

Fixes #77

If the node we push to the left is not completely dense, then we convert to a
size table. Previously this was only done for nodes of level > 1.

Now the cases for level == 1 and level > 1 share some logic, this could be
refactored in future.

Fixes bodil#77
@krobelus krobelus closed this Mar 12, 2019
@krobelus krobelus deleted the issue-77 branch March 12, 2019 13:00
@krobelus krobelus restored the issue-77 branch March 12, 2019 13:00
@krobelus
Copy link
Contributor Author

oops, deleted by accident

@krobelus krobelus reopened this Mar 12, 2019
@bodil
Copy link
Owner

bodil commented Apr 8, 2019

Thanks. Sorry for the merge delay.

@bodil bodil merged commit 350f5ac into bodil:master Apr 8, 2019
bodil added a commit that referenced this pull request Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants