Skip to content

Joveler.Compressoin.XZ v4.3.0

Compare
Choose a tag to compare
@ied206 ied206 released this 01 Sep 17:00
· 69 commits to master since this release

Release Note

Joveler.Compression.XZ

  • (BREAKING CHANGE) XZ streams and helper classes are now sealed for better performance.
    • ABI will not break unless you have created a derived class of XZ streams.
  • Added the Abort() method to XZ streams (#15).
    • When a user wants to abort the current operation, one can call Abort() for faster stream cleanup.
      • Currently only the compression mode benefits from Abort(), especially multithreaded compression.
    • The output stream will have an invalid state, and must be discarded right after calling Abort().