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
Hi there!
Thank you for the request. The support will be planned to come in the future but since there's lack of third party codes for supporting LZMA (especially LZMA2) in C#, I need to find a way to get this to work and it might take some time.
Just to let you know that I just shipped a support for LZMA2. But unfortunately, I still need to figure out how to make it available for LZMA due to some issues.
Keep in mind that the current implementation of LZMA2 decompression is slow due to it written in pure-managed C# code (using managed-lzma by weltkante)
I will drop a release of the compiled executable soon (v2.1.x)
I pulled the latest commit and tried an LZMA2 patch over a folder, and it worked without issues. In my use case LZMA patches
created by hdiffz come out slightly smaller than LZMA2 patches, but the difference is only about 1KB. With BZIP2 and zlib there's an almost 2MB difference, so LZMA2 is a major improvement.
Hi! Thank you for making this tool. Could you add support for LZMA2 compression type? Much appreciated!
The text was updated successfully, but these errors were encountered: