Skip to content

More parallel#43

Open
JayXon wants to merge 1 commit into
lynn:mainfrom
JayXon:more_parallel
Open

More parallel#43
JayXon wants to merge 1 commit into
lynn:mainfrom
JayXon:more_parallel

Conversation

@JayXon

@JayXon JayXon commented Jan 30, 2024

Copy link
Copy Markdown
Collaborator

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.

@4atj 4atj left a comment

Copy link
Copy Markdown
Collaborator

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