Releases: Rtwo-Dtwo/PCx.NET
Releases · Rtwo-Dtwo/PCx.NET
PCx.NET 0.3.0
This release contains the following improvements:
- Performance optimizations!
- Added support for cancellation in De-/CompressParallelToAsync methods.
- Added implementations of ReadAsync, WriteAsync and FlushAsync to DeflateParallelStream.
PCx.NET 0.2.0
This release contains the following improvements:
- Added a stream implementation for using the parallel compress and decompress operations.
- Added ConfigureAwait(false) everywhere to avoid deadlocks.
- Removed dependency to System.ValueTuple.
PCx.NET 0.1.0
This is the inital release of PCx.NET.