mirror of
https://github.com/facebook/zstd.git
synced 2025-12-07 00:02:39 -05:00
Instead of calling `ZSTD_compress_advanced()` and `ZSTD_initCStream_advanced()`, which each take a `ZSTD_parameters` by value, use the new advanced API. Stack usage went from 2024 -> 1944.