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
TreeNode::group_nodes_below is pretty complex for what it does.
It might be possible to refactor it using a Schwartzian transform style approach where the bounds and node ref are stored in an array of arrays. That in turn might need a binary search approach if we keep things in sorted order, which might slow things down.
The text was updated successfully, but these errors were encountered:
TreeNode::group_nodes_below is pretty complex for what it does.
It might be possible to refactor it using a Schwartzian transform style approach where the bounds and node ref are stored in an array of arrays. That in turn might need a binary search approach if we keep things in sorted order, which might slow things down.
The text was updated successfully, but these errors were encountered: