Skip to content

Concurrent downloads yml chaneges for ci #4345

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

Conversation

DiarmuidEnright
Copy link

No description provided.

- Create IOPriority enum with Critical, Normal, and Background levels
- Implement necessary trait derivations (PartialEq, Eq, PartialOrd, Ord)
- Make diskio module public for testing purposes
- Add sorting logic to prioritize critical downloads
- Add concurrent flag to rustup command-line interface
- Configure thread count and memory budget based on system resources
- Auto-detect optimal thread count based on CPU cores
- Allocate memory budget for I/O operations based on system RAM
- Add debugging output for concurrent mode configuration
- Update download test functions to work with new IOPriority parameter
- Create test cases for concurrent flag functionality
- Add test for download priority system
- Simplify test structure to focus on key concurrent behaviors
- Update remaining files for concurrent download system
- Add threaded I/O support with priority queue
- Update dependency specifications in Cargo files
- Add download priority logic to dist modules
- Integrate concurrent I/O with manifestation handling
Diarmuid enright concurrent downloads
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.

1 participant