an-cabal/an-rope

Rewrite Rope.rebalance() to be iterative

Opened this issue · 0 comments

hawkw commented

With the new nodes iterator added in e9e66f8, we can probably rewrite Rope.rebalance() to be iterative rather than recursive. I suspect that might make a big performance improvement.