Skip to content

Conversation

@maxkozlovsky
Copy link
Contributor

Remove using next pointers in rodb cache, always use hash, since using a shared ptr can keep nodes that should be recycled.

Remove using next pointers in rodb cache, always use cache, since using
a shared ptr can keep nodes that should be recycled.
else {
traverse_sender.traverse_root =
copy_node<Node>(res.assume_value().get());
copy_node(res.assume_value().get());
Copy link
Contributor

@Chen-Yifan Chen-Yifan Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer need copy_node() here, since the find result type now matches what traverse_root expects. There are some in other test files that we can remove too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants