You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
lzip is a compressed file format that using LZMA developed in 2008. The compression ratio is about the same as xz (which uses LZMA2). It mainly features a simpler file format and therefore easier error recovery. GMP also distributes this format of tarballs in addition to xz and zstd.1
What do YOU use this format for?
Use cases of this format are similar to gzip and bzip2.
What is the format's conventional file extension(s)?
Introduce the format you are requesting.
lzip is a compressed file format that using LZMA developed in 2008. The compression ratio is about the same as xz (which uses LZMA2). It mainly features a simpler file format and therefore easier error recovery. GMP also distributes this format of tarballs in addition to xz and zstd.1
What do YOU use this format for?
Use cases of this format are similar to gzip and bzip2.
What is the format's conventional file extension(s)?
Please see https://datatracker.ietf.org/doc/html/draft-diaz-lzip-09#section-4.1.
Please link to the format's formal or official specification(s).
Which Go libraries could be used to implement this format?
Footnotes
https://gmplib.org/#DOWNLOAD ↩
The text was updated successfully, but these errors were encountered: