Skip to content

Releases: Rtwo-Dtwo/PCx.NET

PCx.NET 0.3.0

11 Jun 17:17

Choose a tag to compare

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

04 Jun 15:33

Choose a tag to compare

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

13 May 15:28

Choose a tag to compare

This is the inital release of PCx.NET.