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

Explore execution path with multi-thread #359

Open
mox692 opened this issue May 20, 2024 · 0 comments
Open

Explore execution path with multi-thread #359

mox692 opened this issue May 20, 2024 · 0 comments

Comments

@mox692
Copy link
Member

mox692 commented May 20, 2024

For a complex program, loom often takes a long time to execute. Currently, loom explores the execution path in a single thread, but it would be cool if it had multi thread mode. Such features are also mentioned in #162 (comment).

The implementation is probably not trivial, but it would be worth considering.

EDIT: Well, since cargo's test runner already runs tests in parallel (thread per core) by default, perhaps we need to think of a clever parallelization method that would surpass this simple parallelization by cargo.

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

No branches or pull requests

1 participant