zstd_compress_bound {qs2} | R Documentation |
Exports the compress bound function from the zstd library. Returns the maximum potential compressed size of an object of length size
.
zstd_compress_bound(size)
size |
An integer size |
maximum compressed size
zstd_compress_bound(100000)
zstd_compress_bound(1e9)