SharpHDiffPatch-v2.1.0
What's new?
- Adding support for LZMA2 compressed patch (but LZMA compression is not supported yet)
Keep in-mind that the performance of the decompression is slow due to single-threaded and managed code implementation based on managed-lzma by weltkante
- Adding Linux (x64 and ARM64) and Windows (ARM64) builds
- Adding
AdvSimd
support for RLE Calculation on ARM64 machines
What's changed?
- Use
ArrayPool
for bothrleCodeBuffer
andrleCtrlBuffer
on Fast Buffer mode if theArrayPool
space is sufficient - Use
Process.GetCurrentProcess()
to get executable name inSystem.CommandLine
- Code clean-up
What's fixed?
- Fixed 4 step RLE addition not calculating the remaining buffer even the size is more than or equal to 4 bytes