Description Usage Arguments Details Value References See Also Examples
Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.
1 | zstdCompress(data, level = 3)
|
data |
input data to be compressed or decomressed |
level |
compression level to use, value between 1 and returned by zstdMaxCLevel function, default is 3 |
Compresses data using zstandard algorithm
compressed data
http://facebook.github.io/zstd/
memCompress zstdDecompress zstdMaxCLevel
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.