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

Commits on Mar 12, 2019

  1. RRB tree: use size table after pushing a sparse node to the left

    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 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    617c782 View commit details
    Browse the repository at this point in the history