conduit icon indicating copy to clipboard operation
conduit copied to clipboard

Node::update_move and Node::update_swap

Open cyrush opened this issue 2 years ago • 2 comments

Node::update_move()
Node::update_swap()

Supports combined semantics of update and move/swap.

construct new children in a separate node, and assume them efficiently

use case: iterate over children -- while creating new nodes that we want to become children. assume new children after iteration (avoid invalidation iterator via insertion)

cyrush avatar Nov 04 '22 19:11 cyrush

@agcapps idea related to your use case to discuss in the future.

cyrush avatar Nov 04 '22 19:11 cyrush