Can you include .3MF to the list of re-compressible formats? Its structure is similar to MS Office 2007 documents and Open Document Format. It is a ZIP Deflate archive with XML data and some JPG, and/or PNG pictures inside. Otherwise, if I try to compress .3MF it bearly makes it smaller unless I recompress .3MF to the Store setting then it makes it a lot smaller.
Wish they all would move to 7zip ZSTD in the first place so that the optimized file size with FileOptimizer would be 50% of the ZIP Deflate version. And there would be no extra compression needed :)
I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
Opening each archive with the interface in order to click it becomes tedious with many files.
Same for others functions like Remove Archive Encryption
Unsolved Multicore support for testing a large amount of archives at once
-
I was just testing 43 zip files to see if any of them had an issue. I selected all of them in Windows Explorer, right clicked one of them and picked Powerarchiver->Test.
I noticed right away that PA was doing 1 archive at a time and my CPU’s and HDD were basically doing nothing.
I have 4 cores and 8 threads (i7 4770k) and running this off a fast Intel SSD. Why not let PA do as many files at once as cores/threads?
Do 4 files at once or 8, what about people with Rizen or Threadripper? You could do 16 files at once or 32.
Is this possible? -
@aluminumhaste it is certainly possible to figure out few different ways it could be multithreaded. I have too check the speed when several are run at once and see what would be the speedup like.
-
Also there is a complication that while simultaneously testing several archives that are on an SSD would probably go faster if they were on a traditional rotating disk hard drive it could easily end up going much much slower than if they were tested one after another.
Plus testing certain kinds of archive already uses multiple threads just to test one archive.
-
@spwolf I took your suggestion of testing multiple instances at once.
So here’s my set up.
I have 200 zip files in one folder on a old, slow hard disk on my work computer.
I tested all 200 at once and got:Time To complete: 1min 49sec
Disk Usage: ~12 MB/s
Queue Queue Length: Less than 1
CPU Usage: 25% CPU (So was using 1 core/thread)
Memory Usage: ~70MBI then copied 50 zip files at a time into 4 sub directories and had their directories open in Explorer.
I then selected all the files in each window, then right clicked on one archive in window 1->Powerarchiver->Test.
then right clicked on one archive in window 2->Powerarchiver->Test.
then right clicked on one archive in window 3->Powerarchiver->Test.
then right clicked on one archive in window 4->Powerarchiver->Test.Since I had to do this manually I would estimate that took between 5-8 seconds to get all 4 tests going.
The test results were:Time To Complete: 1min 10sec (minus 5-8 seconds for the time it took to get 4 instances running)
Disk Usage: ~40MB/sec Disk Usage
Disk Queue Length: Less than or equal to 3
CPU Usage: ~90%
Memory Usage: ~240MBSo minus the time I wasted clicking on windows to get the other tests going, it shaved about 50 seconds off the test time.
Computer Stats:
Intel Core i3 2120 2 cores 4 threads (Sandy Bridge)
Seagate ST250DM000-1BD141 (https://www.seagate.com/files/staticfiles/docs/pdf/datasheet/disc/barracuda-ds1737-1-1111us.pdf)
Cheap and slow HDD. -
@aluminumhaste thank you for doing beautiful work with testing.
I have already tested it at the time that you wrote OP, or maybe 2-3 days later… in any case, yes it is faster.There are two ways to implement this - test several archives at once, or test multiple files inside archives at once… i will see with @ivan whats possible, we were busy with pressing things about PA 2018.
-
Okay no problem, thank you for looking into it. With the proliferation of multi core CPUs, anything that uses more cores will be a boon.