You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify leaf nodes with internal nodes and container nodes
Previously the leaf nodes where a separate type, and internal nodes and
container nodes were represented by the same type. This changes the
representation such that all nodes are represented by sharing_nodet. This will
allow an internal node to directly point to a leaf node (instead of having to
point to a container node which in turn points to a leaf node).
0 commit comments