-
Notifications
You must be signed in to change notification settings - Fork 210
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
fix: reduce io concurrency #2701
Conversation
On my local machine running
|
@baszalmstra are you using DEVDRIVE? |
Yes, both cache and target folder are on my devdrive. On an nvme ssd. |
1521b41
to
ae9dd1b
Compare
Test results for this toml file: [project]
channels = ["https://prefix.dev/conda-forge"]
name = "hard-to-install"
platforms = ["osx-arm64", "linux-64", "win-64"]
[dependencies]
rust = ">=1.83.0,<1.84"
scipy = ">=1.14.1,<2" And the following command, assuming hyperfine -p "pixi clean" "pixi install" "~/.pixi/bin/pixi install" -r 3
|
This PR tries to implement a better IO concurrency using conda/rattler#980 . We have to test whether this improves performance before merging.