Compress data with Zstandard.
data
Under the hood, this uses a shared, lazily-initialized Compressor, which minimizes overhead. If you need dictionary support, create your own instance of that class.
Buffer containing data to compress
Optional compression parameters
Compressed data
Compress
data
with Zstandard.Under the hood, this uses a shared, lazily-initialized Compressor, which minimizes overhead. If you need dictionary support, create your own instance of that class.