powered by
Exports the compress bound function from the zstd library. Returns the maximum compressed size of an object of length size.
size
zstd_compress_bound(size)
maximum compressed size
An integer size
zstd_compress_bound(100000) zstd_compress_bound(1e9)
Run the code above in your browser using DataLab