[ / / / / / / / / / / / / / ] [ dir / animu / general / htg / just / monarchy / tacos / vg / vichan ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

[–]

 No.989458>>989481 >>989493 >>990976 [Watch Thread][Show All Posts]

>.tar.lz

Is this the best format for data archival? I'd ask in the Questions thread, but maybe we can have some general archive discussion or something as well.

 No.989463>>989464

Use 7zip and compress with LZMA2 on ultra.


 No.989464>>989481 >>990154

>>989463

I've heard that LZMA2's a shitty format. Not to mention, you're not going to get to keep any filesystem data if you don't tar it first.


 No.989481>>989498 >>989677

>>989464

>Not to mention, you're not going to get to keep any filesystem data if you don't tar it first.

What does that even mean? Tar is used specifically because it can store stuff like xattrs, sometimes (to copy a directory with scp or netcat while preserving really everything).

>>989458 (OP)

xz is probably better, simply because it's more used (thus, important bugs are probably already fixed). Please don't post that lzip rant, I know of it.

Something like a faster paq8px would be pretty cool, though; dictionary based methods (LZ*) are a bit boring, now.


 No.989485>>989735

http://ck.kolivas.org/apps/lrzip/

kolivas did nothing wrong, he is a victim of the international Red Hat EEE conspiracy


 No.989493>>989498 >>989735 >>991275 >>991324

>>989458 (OP)

>tar

Why in the fuck are people still using a format that was designed for tape drives?


 No.989498>>989677 >>989678

>>989481

>that lzip rant

in case anyone was wondering: http://www.nongnu.org/lzip/xz_inadequate.html

>>989481

>lrzip.tar.lrz

wise guy, eh?

>>989493

Why does it matter if it was designed for tape drives or IPFS? the central goal of storing data and metadata remains the same.


 No.989677>>989735

>>989481

>Please don't post that lzip rant, I know of it.

If there's some popular criticism and you already know about it, why not adress it?

Especially since the link posted by >>989498 seems to raise valid concerns.


 No.989678

>>989498

>Why does it matter if it was designed for tape drives or IPFS?

Media-specific optimizations are a thing, not sure if they are relevant here though.


 No.989735>>989752 >>989759 >>989765 >>990111 >>990154 >>990156 >>990348 >>991198 >>991236

OP, here's a useful chart I made (for images, I'll do text and audio later):


> uname -a
Linux gentoo 4.18.15-gentoo #1 SMP Thu Oct 18 20:27:49 CEST 2018 x86_64 AMD FX(tm)-8350 Eight-Core Processor AuthenticAMD GNU/Linux
> pax -v <test.tar
-rw-r--r-- 1 root root 3644629 Oct 22 15:06 Hans Dahl - Happy Thoughts.ppm
-rw-r--r-- 1 root root 18048017 Oct 22 15:06 Honda CR-X front-left.ppm
-rw-r--r-- 1 root root 9526265 Oct 22 15:06 K2_East_Face_1909 (BW).ppm
-rw-r--r-- 1 root root 4200017 Oct 22 15:06 Satanichia smug.ppm
pax: ustar vol 1, 4 files, 35430400 bytes read, 0 bytes written.
> sort -t, -k2,2 -n compression-benchmark.csv | csv-viewer -l -
┌──────────────────┬────────────────────┬───────────────────────┬─────────────────────────┐
Command Compression ratio Compression time (s) Decompression time (s)
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
paq8px -3 0.1710 8753.8900 0.0000
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
7z -m0=ppmd -mx9 0.3270 7.8200 8.4700
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
bzip2 -9k 0.3440 3.5400 1.4700
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
lzip -9k 0.3560 18.0600 0.9800
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
plzip -n8 -9k 0.3560 18.4800 1.0900
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
7z -mx9 0.3590 8.3100 0.7700
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
xz -T0 -9k 0.3590 14.9900 0.9000
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
zstd -q -T0 -19 0.3930 8.9700 0.1400
├──────────────────┼────────────────────┼───────────────────────┼─────────────────────────┤
gzip -9k 0.4930 3.2000 0.2800
└──────────────────┴────────────────────┴───────────────────────┴─────────────────────────┘

>>989485

It's abandoned, full of bugs and the internal zpaq is really outdated. It also doesn't have a gzip styled interface, which is a big nono and zstd got a long match mode for some time now.

>>989493

>that was designed for tape drives

Fortunately, it changed. Tar has had an index allowing you to extract files without reading the whole archive for a long time now. The real problem is the fragmentation and horrendous interface, though. POSIX was useful (for once) and fixed it with pax, but it's not very used, sadly.

>>989677

The problem is that while xz is indeed full or problems, lzip is used by absolutely nobody, making me pretty nervous concerning its exhaustive testing. Also, xz has a busybox applet, which is pretty useful.


 No.989752>>989768

File (hide): 2cf3fbdaec49cb8⋯.jpg (85.25 KB, 692x300, 173:75, technologic.jpg) (h) (u)

>>989735

Since it's for archival, consider using something that will guarantee to work. A lot of formats that have highest compression ratio are not backwards compatible with every new version released, if new versions are even released. If you want to be able to open the archive 40 000 years from now just use ZIP (native Windows support) or tar with gzip or bzip2, ZPAQ is a safe bet too because it offers good compression and “All versions of zpaq can read archives produced by older versions back to version 1.00 (March 2009)”.

Speaking of compression… I archive YouTube channels quite often and no matter what compression formats I use, I barely squeeze out any difference between compressed and uncompressed file sizes. Does anyone has any suggestions?


 No.989759

>>989735

The only way to make lzip more popular is to use it.


 No.989765>>990148 >>998295

>>989735

>The problem is that while xz is indeed full or problems, lzip is used by absolutely nobody, making me pretty nervous concerning its exhaustive testing.

Can't you just use 7zip via Wine?

Pretty sure 7zip is infinitely more used by end users than either xz and lzip, and by default it uses LZMA2, while also offering LZMA, bzip2, deflate, and a few more standards.


 No.989768>>989774

>>989752

>Since it's for archival, consider using something that will guarantee to work

Well obviously, I posted paq8px just as a comparison, since it's one of the best (baring cmix, which requires too much RAM and time).

>Speaking of compression… I archive YouTube channels quite often and no matter what compression formats I use, I barely squeeze out any difference between compressed and uncompressed file sizes. Does anyone has any suggestions?

Are you retarded? h264/vp9 are already compressed using very advanced lossy techniques, you won't improve on them by trying further compression.


 No.989774>>989776

>>989768

Yeah-yeah, I know. But still, it'd be nice to squeeze 500 videos.


 No.989776>>989801

>>989774

Limiting the resolution to 720p or even 540p would give you pretty good savings, honestly. Or wait for av1 to be deployed on Jewtube globally.


 No.989801

>>989776

Yeah, I hope they won't deploy DRM with it.


 No.990111>>990164 >>998296

>>989735

> zstd -q -T0 -19 │ 0.3930 │ 8.9700 │ 0.1400

zstd is the best overall, I wish more FOSS project would use it by default.


 No.990148>>990306

lzip > xz

I use either lzip or gzip for pretty much everything.

>>989765

Why use 7zip from Wine? p7zip (http://p7zip.sourceforge.net/) exists and works well. I either use 7zip or zip for any archives that need to be read by botnet users.


 No.990154>>990174

>>989464

>filesystem data

Like what? Access rights? Those are computer specific and not even worth archiving.

>LZMA2's a shitty format

It's a compression algorithm.

The OP says Archive Compression Schemes which makes me think this thread is about long term archival.

In that case it's best to use something common that compresses really well.

LZMA2 does that. With multiple cores!

>>989735

Why is LZMA not listed? It tends to beat ppmd.


 No.990156

>>989735

I just noticed it is as "lzip" but also make an entry for 7zip using lzma on ultra


 No.990164

>>990111

>zstd is the best overall

zstd is the mediocre in all dimensions. It will sometimes be best depending on the situation. In particular, suppose you want to send data over a wire as fast as possible. The time taken is d + s/b + c (d:decompression time, c:compression time, b: byterate, s:compressed size). Graphing that:

b(B/s)	1.00E+03	1.00E+06	1.00E+09
paq 1.48E+04 8.76E+03 8.75E+03
7z1 1.16E+04 2.79E+01 1.63E+01
bz 1.22E+04 1.72E+01 5.02E+00
lz 1.26E+04 3.17E+01 1.91E+01
plz 1.26E+04 3.22E+01 1.96E+01
7z2 1.27E+04 2.18E+01 9.09E+00
xz 1.27E+04 2.86E+01 1.59E+01
zstd 1.39E+04 2.30E+01 9.12E+00
gz 1.75E+04 2.09E+01 3.50E+00
none 3.54E+04 3.54E+01 3.54E-02

at 1k/s 7z -m0=ppmd is best. at 1M/s bz wins. at 1G/s, no compression is best, second best is gz. On this graph, I see nowhere that zstd is best, but lets add another one assuming that compression happens once, but downloading +decompression happens n times (ie d+(s/b+c)*n) (also standardize on b=1e6):

n	1.00E+01	1.00E+03	1.00E+05	1.00E+07
paq 8.81E+03 1.48E+04 6.15E+05 6.06E+07
7z1 2.08E+02 2.01E+04 2.01E+06 2.01E+08
bz 1.40E+02 1.37E+04 1.37E+06 1.37E+08
lz 1.54E+02 1.36E+04 1.36E+06 1.36E+08
plz 1.56E+02 1.37E+04 1.37E+06 1.37E+08
7z2 1.43E+02 1.35E+04 1.35E+06 1.35E+08
xz 1.51E+02 1.36E+04 1.36E+06 1.36E+08
zstd 1.50E+02 1.41E+04 1.41E+06 1.41E+08
gz 1.81E+02 1.78E+04 1.77E+06 1.77E+08
none 3.54E+02 3.54E+04 3.54E+06 3.54E+08

For ten downloads bz is best. at 1000 they're all identical lol, but 7z2 is best. at 100,000 paq starts throwing it's weight, the rest are all identical again, same for 10,000,000. The lesson basically is that compression time matters very little, of primary importance (for downloads) is ratio and decompression time.

>done in excel

For archival, literally the only thing that matters is ratio (and reliability). You can run it over night if it's too slow, along with your indexer and defragger.


 No.990174

>>990154

>which makes me think this thread is about long term archival.

<nigger detected


 No.990182>>990183 >>990208 >>990309

File (hide): ebd8b1198e12619⋯.png (9.7 KB, 916x1300, 229:325, audio.png) (h) (u)

File (hide): 796b25f6d248971⋯.png (9.47 KB, 916x1300, 229:325, text.png) (h) (u)

File (hide): e583d15294e8b34⋯.png (12.27 KB, 916x1300, 229:325, flat_image.png) (h) (u)

More charts:


* text: a ~4.4M syslog
* photo:
> du -h -- "Honda CR-X front-left.ppm"
18M Honda CR-X front-left.ppm
> file -b -- "Honda CR-X front-left.ppm"
netpbm image data, size = 3008 x 2000, rawbits, pixmap
* flat image:
> du -h -- "Satanichia smug.ppm"
4.1M Satanichia smug.ppm
> file -b -- "Satanichia smug.ppm"
Netpbm image data, size = 1400 x 1000, rawbits, pixmap
* audio:
> du -h -- "10. Song of Sirens.wav"
27M 10. Song of Sirens.wav
> file -b -- "10. Song of Sirens.wav"
RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz

Some remarks, ffv1 looks very good as a quite slow PNG replacement (considering it's probably not as optimized) and jpeg2000 is pretty impressive for a "forgotten" codec.


 No.990183>>990208

File (hide): 149ea6a8487b204⋯.png (12.66 KB, 916x1300, 229:325, photo.png) (h) (u)

>>990182

Looks like the photo one didn't upload.


 No.990208>>990317 >>990411

>>990182

>>990183

Fyi, you can upload your scripts, results, and test suites ITT as ".lzma.pdf".

Your images really mean nothing if we can't replicate your results, esp. on different hardware.


 No.990306>>990316

>>990148

p7zip has not been updated in 2 years, while 7zip is in active development and its last release was 6 months ago.

As you can see at

https://www.7-zip.org/history.txt

there were quire a few bugfixes after 17.00beta


 No.990309>>990318

>>990182

How the fuck is jpeg2000 forgotten when the entire movie industry uses when releasing to theaters? If you want to include obscure compression formats, switch FLAC with TAK as it compresses better, but practically nobody uses it.


 No.990316>>990384

>>990306

So does that mean it doesn't work any more?

I'd better alert all my 7z archives that they're old and broken.


 No.990317>>990321 >>990420

>>990208

m8, I can't even post with Tor on this shitty imageboard (I dided yesterday because the onion service was down). Anyway, I could at least post the images if someone was interested but nobody is, that's why I didn't bother.


 No.990318

>>990309

1) I'm obviously talking about jpeg2000 lossless.

2) Even is M-JPEG2000 is "used" (no support in ffmpeg means it's dead, for me), the image format itself isn't.

3) The differences between flac, tak, optimfrog, wavpack, etc... are so tiny they're meanless these days. Flac, at least, is fast, compresses well and uses a sane way of tagging.


 No.990321>>990420

>>990317

Does 0x0.st allow tor posting?


 No.990348>>990390

>>989735

>Tar has had an index allowing you to extract files without reading the whole archive for a long time now.

Isn't that only for uncompressed archives?


 No.990378

I poke around in firmware\rom images as a hobby, and I've recently had to come to terms with the fact that you have to treat most of them as if they were an archive format designed by a dozen assholes that hate each-other.


 No.990384>>990729 >>998344

>>990316

It means you probably shouldn't rely on an old version for long term data stroage, smartass.

It also means the old version might stop working/break in weird ways as the systems around it change, making it harder to access the data when you need it.


 No.990390>>990729

>>990348

Well, isn't that obvious? Not tar's fault.


 No.990411>>990420 >>990969

>>990208

https://my.mixtape.moe/abkdqn.tar.xz

Here's the stuff, if you want it. You'll need a POSIX compliant time (read: not your shell builtin), flac and imagemagick.


 No.990420>>990450 >>990457 >>990459

>>990317

If I mentioned it, it's because I want to be able to replicate results on different hardware. It's is inexcusable that to this day attachments aren't allowed on anonymous services when even Ron agreed these should be the norm[1], but don't bullshit me when you've already risked image attaching ITT. You can always externally host&link:

>>990321

Yes

>>990411

Thanks, will verify when I get home. Didn't know mixtape allowed nonjs uploads, and on TOR.

Strange you choose .tar.xz when .xz is unreliable, and non-containter format.

I'll presume you're ill experienced with CIA triad, since you did not yield me checksums of files, and the archive itself.

[1]https://twitter.com/infinitechan/status/977460936427544576


 No.990450>>990477

>>990420

>I'll presume you're ill experienced with CIA triad, since you did not yield me checksums of files, and the archive itself.

Nigger, the CIA has better to do than spoofing a dumb image compression test upload.

Even if they wanted to get you specifically, they would just deploy some zero day on your favourite weird porn site.


 No.990457>>990477

>>990420

This isn't an autism competition, you know.


 No.990459>>990477 >>991236

>>990420

It allows Tor, but yeah, you need JS. If you know a pomf alternative that doesn't, tell me.


 No.990477

>>990450

Filter yourself from this website:

https://en.wikipedia.org/wiki/Information_security#Key_concepts

>>990457

Well, it's a "QED via peer review"

>>990459

You've been linked twice to HTTPS://0x0.st twice already. Your dismissal is starting to read disingenuous.


 No.990729

>>990384

I agree not to rely on it for long term storage. That's what what the ubiquitous tar and zip are for.

For my purposes though I look at it like this...

#1 I highly doubt newer versions of Windows 7zip are going to magically stop reading archives from 7zip 16.02.

#2 If I encounter a brand new 7z file I can't open with 16.02 then maybe I'll consider using wine to run the newest 7z if there isn't a native solution. I suspect I'll be able to find an alternative by that time as projects like libarchive and unarr exist.

#3 I mostly use it for unimportant stuff like gaymez and junk for botnet users. I probably should switch to tar.{xz,bzip2,gz} in the future for this as I see now 7zip boasts that it can fully support those archives.

>>990390

But the thread is mostly about compression and bare tar files are much less common to download than compressed tar files. It's very annoying to have to completely decompress a 2GB tar.xz file just to extract a 4KB file embedded at the end.

The solution would be to encase individually compressed files in a bare tar archive of course, but in my experience that's annoying and error prone. Maybe I just don't know what I'm doing though.


 No.990969>>991193

>>990411

It's 404. Stop being an idiot and just use 0x0.st


 No.990976>>990990

File (hide): 909147091d96005⋯.png (54.49 KB, 651x396, 217:132, zpaq 10gb.png) (h) (u)

>>989458 (OP)

Probably ZPAQ. It has built-in support for incremental backups and encryption and the fastest PAQ compressor around if you need it. It's amazing for text with a lot of duplication. 7-Zip and tar.xz can't complete. However, it is not for system backups on U*nx because the format does not store owner/group.

http://mattmahoney.net/dc/zpaq.html


 No.990990>>991003

>>990976

1) Look at benchmarks, it's "okay" but it's symmetrical (encoding as long as decoding), sadly. LZMA -9 (be it xz, lzip or 7z) is generally almost as good for a fraction of the cost.

2) The fucking tool can't even decompress/compress to/from stdout, it's just shit for Windows lusers. If it had a gzip interface (which is now the standard for POSIX compression tools), it'd be a lot more interesting.


 No.991003

>>990990

On my old junk computers zpaq -m3 compresses faster than 7z -mx=9 or xz -9 with better ratios, but the decompression time is roughly symmetrical like you say; -m1 and -m2 decompress faster than they compress. ZPAQ is definitely Windowsy. You can extract a file from an archive to a named pipe, but that's it.


 No.991187

Name your price

phda9  1.6                                    15,040,647  117,039,346     41,911 xd 117,081,257  84713  88401 4996 CM  83
cmix v16 14,955,482 116,912,035 226,121 s 117,138,156 613898 658679 27708 CM 83
paq8pxd_v47 -s15 16,080,717 127,404,715 139,841 s 127,544,556 75022 75611 27500 CM 81
durilca'kingsize -m13000 -o40 -t2 16,209,167 127,377,411 407,477 xd 127,784,888 1398 1797 13000 PPM 31
cmve 0.2.0 -m2,3,0x7fed7dfd 16,424,248 129,876,858 307,787 x 130,184,645 1140801 19963 CM 81

paq8hp12any -8 16,230,028 132,045,026 330,700 x 132,375,726 37660 37584 1850 CM 41
drt|emma 1.23 16,523,517 134,164,521 1,358,251 xd 135,522,772 73006 67097 3800 CM 81
zpaq 6.42 -m s10.0.5fmax6 17,855,729 142,252,605 4,760 sd 142,257,365 6699 14739 14000 CM 61
drt|lpaq9m 9 17,964,751 143,943,759 110,579 x 144,054,338 868 898 1542 CM 41
mcm 0.83 -x11 18,233,295 144,854,575 79,574 s 144,934,149 394 281 5961 CM 72
10

nanozip 0.09a -cc -m32g -p1 -t1 -nm 18,594,163 148,545,179 783,642 x 149,328,821 1149 1141 32000 CM 74
xwrt 3.2 -l14 -b255 -m96 -s -e40000 -f200 18,679,742 151,171,364 52,569 s 151,223,933 2537 2328 1691 CM
fp8 v3 -8 18,438,169 153,188,176 50,068 s 153,238,244 20605 22593 1192 CM 26
WinRK 3.03 pwcm +td 800MB SFX 18,612,453 156,291,924 99,665 xd 156,391,589 68555 800 CM 10
ppmonstr J -m1700 -o16 19,055,092 157,007,383 42,019 x 157,049,402 3574 ~3600 1700 PPM

zcm 0.93 -m8 -t1 19,572,089 159,135,549 227,659 x 159,363,208 421 411 3100 CM 48
slim 23d -m1700 -o12 19,077,276 159,772,839 69,453 x 159,842,292 5232 ~5400 1700 PPM
bwmonstr 0.02 20,307,295 160,468,597 69,401 x 160,537,998 331801 156147 590 BWT 30
nanozipltcb 0.09 20,537,902 161,581,290 133,784 x 161,715,074 64 30 3350 BWT 40
M03 1.1b 1000000000 20,710,197 163,667,431 50,468 x 163,717,899 457 406 5735 BWT 52
20

glza 0.10.1 -x -p3 20,356,097 163,768,203 69,935 s 163,838,138 8184 11.9 8205 Dict 67
bcm 0.14 c1000 20,736,614 163,885,873 74,569 x 163,960,442 162 153 5000 BWT 60
bsc 2.00 -b1000p 20,789,147 163,888,465 122,581 s 164,011,046 237 199 5095 BWT 39
bbb m1000 20,847,290 164,032,650 11,227 s 164,043,877 4524 2619 1401 BWT
pcompress 3.1 -c libbsc -l14 -s1000m 20,769,968 163,391,884 1,370,611 x 164,762,495 359 74 3300 BWT 48

paq9a -9 19,974,112 165,193,368 13,749 s 165,207,117 3997 4021 1585 CM
uda 0.300 19,393,460 166,272,261 11,264 x 166,283,525 25282 25174 180 CM
BWTmix v1 c10000 20,608,793 167,852,106 9,565 x 167,861,671 1794 690 5000 BWT 49
lrzip 0.612 -z -L 9 -p 1 19,847,690 169,318,794 99,363 x 169,418,157 2987 2929 2700 CM 33
cm4_ext 20,188,048 170,566,799 204,782 x 170,771,581 4123 4130 1906 CM 26
30

M1x2 v0.6 7 enwik7.txt 20,723,056 172,212,773 38,467 s 172,251,240 711 715 1051 CM 26
cmm4 v0.1e 96 20,569,034 172,669,955 31,314 x 172,701,269 2052 2056 1321 CM
ccmx 1.30 7 20,857,925 174,142,092 15,014 x 174,157,106 1313 1338 1332 CM
bit 0.7 -p=5 20,823,204 174,425,039 62,493 x 174,487,532 2050 2100 663 CM 26
mcomp 2.00 -mw -M320m 21,103,670 174,388,351 172,531 x 174,560,882 473 399 1643 BWT 26

epmopt|epm r9 -m800 -n20 --fixedorder:12 19,713,502 174,817,424 141,101 x 174,958,525 3179 3376 800 PPM
WinUDA 2.91 mode 3 (194 MB) 20,332,366 174,975,730 17,203 x 174,992,933 23610 23473 194 CM
lstm-compress 20,494,577 174,868,709 157,238 s 175,025,947 114764 114908 9 LSTM 83
dark 0.51 -b333mf 21,169,819 175,471,417 34,797 x 175,506,214 533 453 1692 BWT
FreeArc 0.40pre-4 -mppmd:1012m:o13:r1 20,931,605 175,254,732 748,202 x 176,002,934 1175 1216 1046 PPM
40


 No.991193

>>990969

>Your host is blocked from uploading files.

Thanks for wasting my time. I'll disable Tor for today, but don't talk to me or my wife's son again.

http://0x0.st/s6yf.xz


 No.991198>>991235 >>991291

>>989735

>It's abandoned, full of bugs and the internal zpaq is really outdated.

The last official release of zpaq was in 2016 whereas the last commit that touched lrzip's copy was from this year. Enjoy your CVEs


 No.991235

>>991198

The bundled version of zpaq is 5.0, nigger.


 No.991236

>>989735

>gentoo

>root

>>990459

Is this what uninformed meme-induced paranoia looks like?


 No.991275>>991279

>>989493

I thought people used tar because it preserved owner and file permissions. There would be no point in tar zipped files otherwise.


 No.991279>>991302

>>991275

Even ZIP can store *nix permissions (but not Windows permissions, curiously). It's really all about the ownership.


 No.991291

>>991198

>hur any software which hasn't received updates in the last week has vulns

Please list the CVEs for zpaq's reference implementation.

Oh yeah, there aren't any...


 No.991302

>>991279

What about xattrs?


 No.991324

>>989493

>it's old so it's bad

Go back to reddit. Tar deals with files so other programs can deal with only compressing a stream instead of rewriting tar every time.


 No.998248>>998251

Tar files with individually compressed members -- why isn't this done in practice?

http://www.nongnu.org/lzip/tarlz.html implements this but it's the only place I've ever seen something like it mentioned.

Sure you can roll your own but that's annoying and prone to errors.


 No.998251>>998329

>>998248

I believe this is what zip does.


 No.998295

>>989765

p7zip is even available on debian-based distros via apt-get.


 No.998296

>>990111

>zstd

You're looking at the decompression times, right? Makes sense... Hadn't heard of zstd.


 No.998329

>>998251

True, as do many other archive formats. Zip doesn't support the super kewl LZMA or LZMA2. The best you can get out of it is bzip2.

I'm talking about just bare tar files with individually compressed members. Something that can be operated on with standard old tooling but a newer -- or alternative -- tar implementations can deal with (mostly) transparently.


 No.998344>>998350

>>990384

I believe PeaZip has its own implementation of 7zip, but I can't find anything so it most likely uses p7zip, too.


 No.998350

>>998344

In the readme.txt

>Please read the following documentation to understand what is contained in the

source package and please see precompiled program's packages to know what third

parts executables (7z, arc, paq...) are needed by PeaZip.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
63 replies | 4 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / animu / general / htg / just / monarchy / tacos / vg / vichan ][ watchlist ]