Compresses to a raw vector using the zstd algorithm. Exports the main zstd compression function.
Usage
zstd_compress_raw(x, compress_level)
Arguments
x
The object to serialize.
compress_level
The compression level used (default 4). A number between -50 to 22 (higher is more compressed). Due to the format of qs, there is
very little benefit to compression levels > 5 or so.