Skip to content

zstd 1.5.2 - wrapper patches 1

Compare
Choose a tag to compare
@Viq111 Viq111 released this 06 Jun 20:44
· 25 commits to 1.x since this release
fd035e5

What's Changed

  • Fix unneededly allocated large decompression buffer by @XiaochenCui (#118) & @Viq111 in #120
  • Add SetNbWorkers api to the writer code (see #108) by @bsergean in #117
    • For large workloads, the performance can be improved by 3-6x (see #117 (comment))
    • Write() becomes async with workers > 1, make sure you read the method documentation before using

New Contributors

Full Changelog: v1.5.2...v1.5.2+patch1