-
Notifications
You must be signed in to change notification settings - Fork 842
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
setupEnv: Run some processes concurrently #2346
Conversation
So, what I actually don't know, is whether this safe, especially querying Can someone with more experience with asynchronous programming take a look? BTW here's some debug output from a stack version on top of my
|
This should make most commands slightly faster. On my machine, `stack path` takes ~20% less time than before, a no-op `stack build` in a single-package project ~15%.
Now, I figure there's no reason why ghc-pkg wouldn't be able to perform two reads concurrently. |
Makes sense! |
This should make most commands slightly faster.
On my machine,
stack path
takes ~20% less time than before, a no-opstack build
in a single-package project ~15%.