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

More parallel #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

More parallel #43

wants to merge 1 commit into from

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