-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
Yes it's binary compatible with lzma2. |
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. |
Especially that now 7z has an ARM assembler decoder. |
To be fair, I did a small benchmark between
However, on ARM64 it's 20%+ slower with my preliminary test, again we are talking about single-thread. |
Can data compressed with fast-lzma2 be decompressed by a binary utilizing the lzma2 library?
The text was updated successfully, but these errors were encountered: