The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Differences between 7-Zip 4.65 and 9.18 beta?

    Discussion in 'Windows OS and Software' started by nemt, Nov 7, 2010.

  1. nemt

    nemt Notebook Deity

    Reputations:
    73
    Messages:
    968
    Likes Received:
    2
    Trophy Points:
    31
    pretty big jump in the numbering there
    I'm using 64-bit 4.65 right now and can't find a changelog anywhere to determine the difference in the newer beta version
     
  2. metril

    metril Notebook Deity

    Reputations:
    420
    Messages:
    968
    Likes Received:
    0
    Trophy Points:
    30
    The betas offer slightly better compression and faster decompression. Furthermore, they offer support for a few more container formats and resolve some extremely rare bugs in unraring files.
     
  3. nemt

    nemt Notebook Deity

    Reputations:
    73
    Messages:
    968
    Likes Received:
    2
    Trophy Points:
    31
    Does it still do that thing where it extracts to a temporary directory first, then moves it to the final location? I always hate that, since very large files take even longer to move than they do to decompress for some reason.
     
  4. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    if you mean does 7zip work in a safe manner, doing all it can to ensure error free decompression, then yes.

    When working with files and filesystems, there are some 'shortcuts' that aren't worth the time.
     
  5. nemt

    nemt Notebook Deity

    Reputations:
    73
    Messages:
    968
    Likes Received:
    2
    Trophy Points:
    31
    uh
    how is it safer to have a useless, broken file in a temporary folder than the intended destination folder?
     
  6. Apollo13

    Apollo13 100% 16:10 Screens

    Reputations:
    1,432
    Messages:
    2,578
    Likes Received:
    210
    Trophy Points:
    81
    I had seen that 7-Zip had this new version in the works. But does anyone know why they're version-jumping so much? Would that I say it was marketing, but 7-Zip is free software. So the jump from 4 to 9 without anything in between strikes me as a bit odd.
     
  7. MAA83

    MAA83 Notebook Evangelist

    Reputations:
    794
    Messages:
    604
    Likes Received:
    3
    Trophy Points:
    31
    Is J-Zip still based on 7zip?
     
  8. JKleiss

    JKleiss Notebook Evangelist

    Reputations:
    261
    Messages:
    660
    Likes Received:
    0
    Trophy Points:
    30
    I've been running 9.13 x64 for about 9 months,

    changelog
     
  9. JKleiss

    JKleiss Notebook Evangelist

    Reputations:
    261
    Messages:
    660
    Likes Received:
    0
    Trophy Points:
    30
    Yes, see here
     
  10. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    ...because the priority is to maintain the integrity of the target system. Always. 7zip doesn't assume that it or the logged-on user has exclusive access to the system. It will start a process but always monitor it.

    If it is necessary to abort the creation/extraction of a file to do so, than that is what happens.

    7zip does let you specify a working folder for temp copies/extractions.
     
  11. nemt

    nemt Notebook Deity

    Reputations:
    73
    Messages:
    968
    Likes Received:
    2
    Trophy Points:
    31
    I don't get how it jeopardizes the integrity of the file system. If anything it's worse to put it in some hidden away by default temp folder, since most users wouldn't know where bad extractions are should they not be deleted and can add up over time.