Highlights of this release
- Single-threaded performance improvements for ZLIB and BZIP2
- Multi-threaded support for LZ4HC and performance improvements for LZ4, ZSTD, ZLIB, and Snappy
- AOCL_ZLIB_QUICK_MODE option for faster compression in ZLIB and AOCL_DECOMPRESS_FAST option for faster decompression in ZSTD and LZ4
- LZ4 optimizations extended to LZ4_compress_* and LZ4_decompress_safe_* APIs
- Improved test coverage through gtest, fuzzer tests, and third-party test benches
- Minor bug fixes