pysearch icon indicating copy to clipboard operation
pysearch copied to clipboard

More parallel

Open JayXon opened this issue 5 months ago • 0 comments

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.

JayXon avatar Jan 30 '24 09:01 JayXon