mego
mego copied to clipboard
Multithreading
Thanks for this great tool!
Not an issue directly, but when downloading from a link that has thousands of small files it takes too long. (1 sec pr file) Could it be written so it calls multiple megatools instances for x threads?
It also uses the same time to process when a file is existing.
Unfortunately this is not possible because mego
is juste a wrapper over megatools
which does not support multithreading (more info in #4).
I will let this issue open because I could multithread mego
on the link level rather than on the file level as you asked.