powered by
Exports the compress bound function from the lz4 library. Returns the maximum compressed size of an object of length `size`.
lz4_compress_bound(size)
An integer size
maximum compressed size
# NOT RUN { lz4_compress_bound(100000) #' lz4_compress_bound(1e9) # }
Run the code above in your browser using DataLab