-
Notifications
You must be signed in to change notification settings - Fork 5
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
walk the build graph in parallel #82
Conversation
f8aa009
to
16fb394
Compare
16fb394
to
8d2fbdd
Compare
You should be able to use Just run it before |
amazing, thank you! |
1b77859
to
8903af0
Compare
@bhansconnect any idea what could be going on here? Looks like we're generating |
8903af0
to
aa7c550
Compare
e381ee0
to
7ef3dde
Compare
ok, monkeyed around with LD_LIBRARY_PATH. Now it's saying this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks lovely! 🎉
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
This makes
Coordinator
walk the build graph in parallel.After some discussion on Zulip, I did this with async Rust instead of spawning threads directly. I think this could still use some improvement, but it works well for now. We can tune it with tokio-console or something soon!