Here's how long this takes #156
Replies: 2 comments
-
Thanks for sharing! One small thing...
Umm, so you're on the step of extracting zips? Here is the thing: I was getting ton of emails like "how am i supposed to extract zip plz help", so i decided i will incorporate their extraction into gpth. Thing is, Dart is a very productive language, but not the fastest one - you can probably get better unzipping performance in dedicated stuff like 7zip. More on, this will also be much better for big operations like this, because if gpth fails in any step, it will delete the unzipped folder, and will need to re-do all of that 💯 (And, as i stated in the other thread, you can run this headless on NAS 😅 )
Huh... on my Lenovo Ideapad 5 (Ryzen 4700+NVMe disk) it took me one minute for whole process, for one 2.5gb zip with 1209 photos... Maybe it's all thanks to NVMe 🤷 |
Beta Was this translation helpful? Give feedback.
-
Took less than 10 minutes for me, with 56 2gb files pre-extracted with unzip '*.zip' |
Beta Was this translation helpful? Give feedback.
-
Logging my experience with the dart version so folks have an idea of CPU consumption, duration, etc.
./gpth-macos
on a 2019 MBP 2.3 GHz 8-Core Intel Core i9Started at 1135am, now at 1445 (3 hours) and just started zip number 15, so roughly 12 minutes for each 2GB file.
Beta Was this translation helpful? Give feedback.
All reactions