copy icon indicating copy to clipboard operation
copy copied to clipboard

Option to copy two or more files simultaneous

Open ManuelReschke opened this issue 2 years ago • 2 comments

hi, is it possible to add an option to copy two or more files simultaneous? I think this would be an amazing performance boost on the most systems.

What do you think?

ManuelReschke avatar May 30 '22 09:05 ManuelReschke

Are you talking about passing multiple sources, and destinations at a time? Or using go routines for each?

Techno-Fox avatar Jul 20 '22 01:07 Techno-Fox

I talk about go routines. For example, if you copy the path /xy/ you know the folder contains 10 files. And now you copy X files simultaneously with goroutines. Most systems use SSDs and this would increase the overall performance extreme.

ManuelReschke avatar Jul 20 '22 07:07 ManuelReschke