Krafting@lemmy.world to linuxmemes@lemmy.world · 10 months agothe fear of missing out a better compressionlemmy.worldimagemessage-square183fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imagethe fear of missing out a better compressionlemmy.worldKrafting@lemmy.world to linuxmemes@lemmy.world · 10 months agomessage-square183fedilinkfile-text
minus-squareMonkderDritte@feddit.delinkfedilinkarrow-up0·edit-210 months agopixz is in “extra” repo in arch. Same as pigz.
minus-squarezero_spelled_with_an_ecks@programming.devlinkfedilinkarrow-up0·10 months agoThere’s several levels you can use to trade off additional space for requiring more processing power. That being said, I hate xz and it still feels slow AF every time I use it.
minus-squareTipRing@lemmy.worldlinkfedilinkEnglisharrow-up0·10 months agoIt starting 0.5 seconds slower than usual saved us all a bit of a headache as it turns out.
minus-squareMaSHiNiK@lemmy.worldlinkfedilinkarrow-up0·edit-210 months agoI hate 7z, it’s slow (at least for me) and for some reason I often have problems with these files
xz is quite slow though
tar c file | pxz > file.tar.xz
pixz is in “extra” repo in arch. Same as pigz.
There’s several levels you can use to trade off additional space for requiring more processing power. That being said, I hate xz and it still feels slow AF every time I use it.
It starting 0.5 seconds slower than usual saved us all a bit of a headache as it turns out.
I hate 7z, it’s slow (at least for me) and for some reason I often have problems with these files
Same algo as in 7z
I had no idea about that!