Bug 480172 - Feature Request: multithreaded file (folder) transfer
Summary: Feature Request: multithreaded file (folder) transfer
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 15:34 UTC by Tobias Falk
Modified: 2024-01-22 15:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Falk 2024-01-22 15:34:05 UTC
It would be nice if the file (folder) transfer could be multithreaded.
This would bring a speed improvement in cases where one transfers a folder that has a huge number of small files but in total not that huge (storage space wise).
An example is when one transfers a 20GB file, it is much faster than a folder that allocates 20GB but has 30.000 files.

It is understandable that just multithreading everything does not solve everything, but I think that in such situations a multithreaded solution could improve speed and performance.

When searching for multithreading, I found 252019 (https://bugs.kde.org/show_bug.cgi?id=252019) and 252025 (https://bugs.kde.org/show_bug.cgi?id=252025), but they both do not talk about this use case.