Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shallow-copies of node-inputs on recompute #257

Merged
merged 3 commits into from
Jul 1, 2024
Merged

Conversation

darthtrevino
Copy link
Member

This PR uses shallow-copies for the recompute step. This prevents multiple, rapid recomputes from using the same data. This PR also introduces a couple of new output-emitting conditions, and updates the graph.drain() method to use a topological visit order so that any late updates are fully propagated through the graph.

@darthtrevino darthtrevino merged commit 52d87e1 into main Jul 1, 2024
10 checks passed
@darthtrevino darthtrevino deleted the fix/node_tasks branch July 1, 2024 22:24
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.

None yet

1 participant