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
While reviewing #300, I noticed some unrelated clean-up opportunities in
`TieredLinesElider`.
Most importantly, `Pane#padded` was essentially a no-op. This PR gets
rid of it, and simplifies up the call stack through
`TieredLinesElider#panes`.
Less importantly, and more for my own satisfaction,
`#filter_out_boxes_fully_contained_in_others` was $O(n^2)$; assuming
sorting is sub-quadratic, it's also now sub-quadratic.
0 commit comments