oleg-st / ZstdSharp

Port of zstd compression library to c#
MIT License
200 stars 29 forks source link

Port fix for zstd block splitter bug #18

Closed JamesKovacs closed 1 year ago

JamesKovacs commented 1 year ago

Zstd recently released v1.5.5 to fix a bug in the block splitter. Given that ZstdSharp recently ported v1.5.4 and the block splitter bug appears to be fundamentally an algorithm logic bug, ZstdSharp is likely affected by this bug too.

oleg-st commented 1 year ago

I'll port zstd v1.5.5

oleg-st commented 1 year ago

Done in 0.7.1