Releases: oleg-st/ZstdSharp
Releases · oleg-st/ZstdSharp
0.7.2
IL2CPP compatibility (Unity)
0.7.0
Ported zstd v1.5.4
Improved decompression speed (~5-10%)
0.6.7
Added a workaround for nested arrays with function pointers (#14)
0.6.6
Added .NET 7 target, slightly improved decompression performance
0.6.5
Fixed issue with context release during compression/decompression if Dispose is not called #13
0.6.4
Fixed issue with calling Dispose
multiple times on CompressionStream
and DecompressionStream
#8
0.6.3
Fixed memory allocation for size >= 2GB
0.6.2
Fixed CompressionStream
implementation: flush directive on flush, end directive on dispose
Optional check for premature end of the stream in DecompressionStream
0.6.1
Ported zstd v1.5.2
Minor optimizations related to BMI2