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
Support for multi-threaded compressing
-
Support for multi-threaded compressing is really needed. This will make compressing much faster on dual cpu or dual-core or HT machines.
-
Any answer from support team?
-
multi-threaded compressing is already implemented, but that is not the same as support for dual core.
-
multi-threaded compressing is already implemented, but that is not the same as support for dual core.
But multiple threads should just automatically take advantage of dual core/multi CPU platforms, right? I mean, that’s what multiple CPUs do on WinXP - run multiple threads simultaneously.
-
But multiple threads should just automatically take advantage of dual core/multi CPU platforms, right? I mean, that’s what multiple CPUs do on WinXP - run multiple threads simultaneously.
well, conventional multithreading is more like multitasking - it is all about sharing single cpu between multiple threads (for instance, showing progress bar while compressing files).
Dual cpu support is something else, and code has to be written to support it (you have to split the compression threads).
Most modern programs are multithreaded, otherwise they would hog the cpu every time they are run (in this example, progress bar would not be shown).
So yes, you would get some slight speed up with conventional multithreading, but engines have to be rewritten to support multithreading of compression threads which will theoretically double the compression speed.
-
Thanks.
Do you working on it? Is it planned to do soon?
-
-
yeah, i was vague, I already wrote better explanation. Can it be done? Probably. Will it be done? I hope so.
-
7zip in PA has support for compression multithreading in PA 2006 9.62.
thanks!
-
Cool
I hope RAR and ZIP m-t compressing will be supported soon ;)