zstd_compress_bound: Zstd compress bound

View source: R/RcppExports.R

zstd_compress_boundR Documentation

Zstd compress bound

Description

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

Usage

zstd_compress_bound(size)

Arguments

size

An integer size

Value

maximum compressed size

Examples

zstd_compress_bound(100000)
zstd_compress_bound(1e9)

qs documentation built on March 7, 2023, 7:55 p.m.