cross-posted from: https://lemmy.world/post/32606497
why is unzipping on android so slow compared to Windows? I’ve tried ZipXtract, MaterialFile… All took 10+minutes to unizip a zip file that only took 30 seconds to unzip on Windows.
Why is this the case and i s there any way to speed it up?
Thanks a lot
EDIT:
I am using google pixel 9a so this issue looks like it might not be the issue of storage speed
Windows is not running in a virtual machine, just a normal laptop
Typo in the post fixed
EDIT AGAIN:
Solved!
yes it the archive does contains thousands of small files! I think that could be the reason of low performance on android mobile!
thanks a lot @Brett@feddit.org
Sigh.
unziiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiipppppppsssss
EDIT AGAIN:
Solved!
yes it the archive does contains thousands of small files! I think that could be the reason of low performance on android mobile!
thanks a lot @Brett@feddit.org
If your using a budget phone, storage tends to be slow
Even on some higher budget phones using slower storage is a regular cost cutting move
Sry, I should state my device model in the post
I am using google pixel 9a so this issue looks like it might not be the issue of storage speed?
The “a” series is googles budget phones, they also use budget storage (ufs 3.1), its by no means super slow but definitely could be a contributing factor if your archive is very big with lots of random writes and reads
Bottleneck is usually storage speed rather than processing power. If you have a device that can use external sd cards and your device supports high-speed cards, that might help, though if the controller for sd cards is slow, that might just end up a worse bottleneck. But that’s just a guess and it definitely could be that your memory is not sufficient or background apps are eating up processing, such as crypto-mining malware just as an example. You can check resources over adb while unzipping or try some benchmarks to determine your issue.
Anecdotally, I have no issues on my Pixel 7 Pro and never had issues on past Pixel or Nexus phones I’ve owned (generally higher end models with plenty of memory and storage space). Pixel devices don’t include sd card slots so this is all on internal storage in those cases.
Sure anything is likely to take longer on a phone than on a laptop or desktop, but shouldnt be that significant of a difference unless there’s a hardware bottleneck or other apps are using all the resources.
Sry, I should state my device model in the post
I am using google pixel 9a so this issue looks like it might not be the issue of storage speed?
Pixel 9a has some issues with performance, currently. They used older storage tech for the 9 and 9a than other devices and not enough memory for all the “AI” features that are tracking everything you do to make things more convenient. There are a few articles out there related to some ways to improve performance a bit by disabling some background apps that you may not be using. It’s also possible future updates from google may fix some of whatever is causing the issues for many users.
But it’s not an endemic Android issue, at least not modern versions in my experience. I use GrapheneOS on a Pixel 7 Pro currently and just grabbed a couple of 10+ GB zip files I had on an old dropbox account and unzipped them with the fossify file manager. It was basically instant. Took longer to download them than unzip.
As I mentioned, your best bet is to use ADB or similar and monitor what applications are eating up resources and try to free some up. Especially any apps thrashing the storage or filling memory. That’s assuming you have already uninstalled any bloatware and rebooted recently to make sure no bad apps are stuck.
I believe I have found the issue. The archive does contains thousands of small files and that could be the reason
Although I cannot state this is the issue with certainty, I put one vote on Android’s Storage Access Framework being absolute ass.
I’ve been using ZArchiver and Ghost Commander and haven’t noticed a big difference vs Linux. It might depend on device’s hardware too
Sry, I should state my device model in the post
I am using google pixel 9a so this issue looks like it might not be the issue of storage speed?
Also sorry about the typo in the post, I’m using ZipXtract and matrial files for decompressing