Just wondering whether it's normal and i have to live with the fact that the creation of zip files in DOpus is about 3 to 5 times slower than with 7-zip.
creation in DOPUS with "Copy ZIP HERE"
creation with 7-zip via right click and "add to folder_name.zip"
Some examples:
Folder with 126 files and 7 folders, 67 MB: most of them pdf, jpeg, zip
DOPUS: 6 seconds
7-ZIP: 1 second!
Folder with 237 files and 30 folders, 35 MB: some pdf, png, zip, many tex files
DOPUS: 3 seconds
7-ZIP: <1 second
The resulting file sizes are more or less the same. But 7-ZIP files are slightly smaller. Both compression rates are "normal"
DOPUS 10.0.2.0 64 bit (fresh install) on Win7 here.
7-ZIP is also 64 bit, version: 4.65
FWIW, if you enable ZipX in Opus and then compress to that, you'll be using the same 7z.dll code as 7-Zip itself.
("ZipX" in Opus really means "use the 7z.dll Zip code." Aside from the file extension, I think it will produce a standard Zip file, not using any of the extra ZipX compression modes, unless I've forgotten how it works. It's called ZipX since enabling it allows some ZipX files to be extracted and since Opus has its own Zip code there isn't usually any other reason to enable it. It's not enabled by default because the underlying 7z.dll code doesn't support all of the extra ZipX compression modes and will throw errors when extracting some ZipX archives.)
It may also come down to the types of files being compressed. Maybe Opus is trying to compress PNG and other files which are not worth compressing while 7-Zip has heuristics that say "just store a file, uncompressed, if it has a .PNG extension."