Learn R Programming

qs2 (version 0.1.5)

zstd_compress_bound: Zstd compress bound

Description

Exports the compress bound function from the zstd library. Returns the maximum potential compressed size of an object of length size.

Usage

zstd_compress_bound(size)

Value

Maximum compressed size.

Arguments

size

An integer size

Examples

Run this code
zstd_compress_bound(100000)
zstd_compress_bound(1e9)

Run the code above in your browser using DataLab