• Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Register
    • Login
    Can you include .3MF to the list of re-compressible formats?
    A

    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 :)

    Wishlist
    Optimize archive on Context Menu
    W

    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

    Wishlist

    Support for multi-threaded compressing

    Wishlist
    3
    10
    7946
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maya77
      last edited by

      Support for multi-threaded compressing is really needed. This will make compressing much faster on dual cpu or dual-core or HT machines.

      1 Reply Last reply Reply Quote 0
      • M
        maya77
        last edited by

        Any answer from support team?

        spwolfS 1 Reply Last reply Reply Quote 0
        • spwolfS
          spwolf conexware @maya77
          last edited by

          multi-threaded compressing is already implemented, but that is not the same as support for dual core.

          M 1 Reply Last reply Reply Quote 0
          • M
            mwb1100 @spwolf
            last edited by

            @spwolf:

            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.

            spwolfS 1 Reply Last reply Reply Quote 0
            • spwolfS
              spwolf conexware @mwb1100
              last edited by

              @mwb1100:

              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.

              M M 2 Replies Last reply Reply Quote 0
              • M
                maya77 @spwolf
                last edited by

                Thanks.

                Do you working on it? Is it planned to do soon?

                1 Reply Last reply Reply Quote 0
                • M
                  mwb1100 @spwolf
                  last edited by

                  @spwolf:

                  Dual cpu support is something else, and code has to be written to support it (you have to split the compression threads).

                  @spwolf:

                  multi-threaded compressing is already implemented

                  Am I misunderstanding this statement - is the compression code split into more than one thread?

                  spwolfS 1 Reply Last reply Reply Quote 0
                  • spwolfS
                    spwolf conexware @mwb1100
                    last edited by

                    yeah, i was vague, I already wrote better explanation. Can it be done? Probably. Will it be done? I hope so.

                    spwolfS 1 Reply Last reply Reply Quote 0
                    • spwolfS
                      spwolf conexware @spwolf
                      last edited by

                      7zip in PA has support for compression multithreading in PA 2006 9.62.

                      thanks!

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        maya77 @spwolf
                        last edited by

                        Cool

                        I hope RAR and ZIP m-t compressing will be supported soon ;)

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post