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

feat: Support Parallel Constraint Checking #264

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

DavePearce
Copy link
Collaborator

This configures constraint checking to be done in parallel using go-routines. This makes a reasonably good improvement on execution time, but there are probably still ways it could be improved. For example, by using a parallel sort for checking permutations, etc.

@DavePearce DavePearce linked an issue Jul 26, 2024 that may be closed by this pull request
This puts in place support for parallel constraint checking using
go-routines.  The implementation was surprisingly straightforward, and
offers excellent improvements.
@DavePearce DavePearce force-pushed the 263-support-parallel-trace-checking branch from ac35385 to 1f1b905 Compare July 26, 2024 04:18
@DavePearce DavePearce merged commit 5876153 into main Jul 26, 2024
2 checks passed
@DavePearce DavePearce deleted the 263-support-parallel-trace-checking branch July 26, 2024 04:30
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.

Support Parallel Trace Checking
1 participant