Skip to content
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

Compatability with lzma2? #10

Open
RussStringham opened this issue Dec 5, 2022 · 4 comments
Open

Compatability with lzma2? #10

RussStringham opened this issue Dec 5, 2022 · 4 comments

Comments

@RussStringham
Copy link

Can data compressed with fast-lzma2 be decompressed by a binary utilizing the lzma2 library?

@conor42
Copy link
Owner

conor42 commented Dec 17, 2022

Yes it's binary compatible with lzma2.

@mirh
Copy link

mirh commented Dec 29, 2022

Igor must have pushed hard for optimizations in the last year or so, because now that I tried again my "6 GB of textures" benchmark, I can get vanilla 7z 22.01 to decompress like 20% faster than this.
EDIT: probably everything from here onwards

@wupengcheng6819
Copy link

Especially that now 7z has an ARM assembler decoder.

@wupengcheng6819
Copy link

wupengcheng6819 commented May 19, 2023

To be fair, I did a small benchmark between fxz and 7z 22 (single-threade decoding), on PC with a total of ~50GB of data.

fxz has a small speed advantage of about 5% to 10% on PC.

However, on ARM64 it's 20%+ slower with my preliminary test, again we are talking about single-thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants