lz4_compress_bound: lz4 compress bound

View source: R/RcppExports.R

lz4_compress_boundR Documentation

lz4 compress bound

Description

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

Usage

lz4_compress_bound(size)

Arguments

size

An integer size.

Value

Maximum compressed size.

Examples

lz4_compress_bound(100000)
#' lz4_compress_bound(1e9)

qs documentation built on May 29, 2024, 8:30 a.m.