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

TaskList, FrameMask : Reimplement in C++ #5530

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

johnhaddon
Copy link
Member

I'm beginning to think about how to parallelise the building of the task graph for dispatch, but there's not much point doing that while so many nodes are implemented in Python. There are more to convert still, but this is a decent start.

Copy link
Contributor

@murraystevenson murraystevenson left a comment

Choose a reason for hiding this comment

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

LGTM

So we don't pay the ridiculous overhead of going into Python to basically do nothing when we get there.
@johnhaddon johnhaddon merged commit 582fe39 into GafferHQ:main Nov 17, 2023
4 checks passed
@johnhaddon johnhaddon deleted the c++TaskNodes branch December 6, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants