(no title)
d33
|
7 months ago
I worry that 7-Zip is going to lose relevance because lack of zstd support. zlib's performance is intolerable for large files and zlib-ng's SIMD implementation only helps here a bit. Which is a shame, because 7-Zip is a pretty amazing container format, especially with its encryption and file splitting capabilities.
dikei|7 months ago
But for sharing files with other people, ZIP is still king. Even 7z or RAR is niche. Everyone can open a ZIP file, and they don't really care if the file is a few MBs bigger.
cesarb|7 months ago
You can use ZSTD with ZIP files too! It's compression method 93 (see https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT which is the official ZIP file specification).
Which reveals that "everyone can open a ZIP file" is a lie. Sure, everyone can open a ZIP file, as long as that file uses only a limited subset of the ZIP format features. Which is why formats which use ZIP as a base (Java JAR files, OpenDocument files, new Office files) standardize such a subset; but for general-purpose ZIP files, there's no such standard.
(I have encountered such ZIP files in the wild; "unzip" can't decompress them, though p7zip worked for these particular ZIP files.)
notepad0x90|7 months ago
sidewndr46|7 months ago
jart|7 months ago
mrWiz|7 months ago
psyclobe|7 months ago
Night_Thastus|7 months ago
It's not going anywhere anytime soon.
The more likely thing to eat into its relevance is now that Windows has built-in basic support for zipping/unzipping EDIT: other formats*, which relegates 7-zip to more niche uses.
Bender|7 months ago
Agreed. The only thing I think it has been missing is PAR support. I think they should consider incorporating one of the par2cmdline forks and porting that code to Windows as well so that it has recovery options similar to WinRAR. It's not used by everyone but that should deprecate any use cases for WinRAR in my opinion.
malfist|7 months ago
anonnon|7 months ago
izzydata|7 months ago
rf15|7 months ago
arp242|7 months ago
On Linux bsdtar/libarchive gives a similar experience: "tar xf file" works on most things.
KronisLV|7 months ago
cm2187|7 months ago
yapyap|7 months ago
snickerdoodle12|7 months ago
Beretta_Vexee|7 months ago
quickthrowman|7 months ago
jorvi|7 months ago
Hence why PeaZip is so popular, and J-Zip used to be before it was stuffed with adware.
Beretta_Vexee|7 months ago
I don't know what your use case is, but it seems to be quite a niche.
zx2c4|7 months ago
birksherty|7 months ago
sammy2255|7 months ago
abhinavk|7 months ago
It includes the above patches as well as few QoL features.
d33|7 months ago
m-schuetz|7 months ago
rat9988|7 months ago
jccalhoun|7 months ago
rs186|7 months ago
pjmlp|7 months ago
Even on latest Windows 11 takes minutes to do what 7-Zip does in seconds.
Goes to show how good all those leetcode interviews turn out.
conkeisterdoor|7 months ago
xxs|7 months ago
on anything else - either directly zstd or tar
marcellus23|7 months ago
privatelypublic|7 months ago