Skip to content

Conversation

@JayXon
Copy link
Collaborator

@JayXon JayXon commented Jan 30, 2024

During deep DFS, some task could take significantly longer than others, so we ends up waiting for one thread to finish.

This commit attempt to address this by breaking up finding binary expressions for length 1 variables into smaller parallel tasks.

During deep DFS, some task could take significantly longer than others,
so we ends up waiting for one thread to finish.

This commit attempt to address this by breaking up finding binary
expressions for length 1 variables into smaller parallel tasks.
Copy link
Collaborator

@4atj 4atj left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants