Skip to content

Releases: Rtwo-Dtwo/PCx.NET

PCx.NET 0.3.0

Choose a tag to compare

@Rtwo-Dtwo Rtwo-Dtwo released this 11 Jun 17:17

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

Choose a tag to compare

@Rtwo-Dtwo Rtwo-Dtwo released this 04 Jun 15:33

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

Choose a tag to compare

@Rtwo-Dtwo Rtwo-Dtwo released this 13 May 15:28

This is the inital release of PCx.NET.