Implement Parallel Downloading Feature in Drifty #654
Labels
App 💻
Issues/Pull Requests which update Drifty Application Code
EddieHub:good-first-issue
Label for good-first-issue finder made by EddieHub Community
feature ✨
New feature request or addition
good first issue
Good for newcomers
hacktoberfest
Issues/Pull Requests for Hacktoberfest
help wanted
Extra attention and support, and contributors are needed
Milestone
Summary
Implement a feature in Drifty to enable parallel downloading of multiple files simultaneously.
Motivation
Currently, Drifty downloads files sequentially, which can be time-consuming when downloading multiple files. Implementing parallel downloading of multiple files will significantly improve download speeds and efficiency.
Benefits
Proposed Solution
Modify the application to support initiating multiple downloads in parallel. Implement a download manager that can handle multiple download threads, each downloading a different file from the queue. Ensure that thread safety measures are implemented in classes involved in the download process, such as
ProgressBarThread
, to handle concurrent operations safely.Backlinks:
Requester: @SaptarshiSarkar12
The text was updated successfully, but these errors were encountered: