zstd 1.5.2 - wrapper patches 1
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
- @bsergean made their first contribution in #117
- @XiaochenCui for his work on #118 that led to #120
Full Changelog: v1.5.2...v1.5.2+patch1