-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
orz and xz compression? #53
Comments
I didn't know about orz. It is possible to add new compression algorithm in Jubako format (and so in arx). But it would be nice to know for which use case first.
Jubako (and arx) already support lzma. Which is mostly xz without its internal framing (because Jubako has its own). It is behind the feature |
Ah, I didn't realize that about lzma I can use that for sure. as for orz, I have found that in some cases it's just a nice mid ground, but since arx already has lzma it's not really important. |
Hi, After your exchange I have read Cargo.toml for features Sorry perhaps a stupid question due to my poor understanding of rust / cargo. Philippe. |
|
It would be nice to support orz which is a higher compression format then zstd, and also is written natively in rust https://github.com/richox/orz/
It would also be nice to use xz since it also has high compression, and is faster to compress.
The text was updated successfully, but these errors were encountered: