Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
LZ4 compression algorithm
compress_bound sz
returns the maximum size of the LZ4 output for sz
bytes of input. It raises Input_too_large
if sz > 0x7E000000
or if the result would be larger than Pervasives.max_int
(the latter is only possible, if Sys.word_size = 32
). Raises Invalid_argument "LZ4.compress_bound"
if sz
is negative.
module type S = sig ... end
module Bigbytes :
S
with type storage =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout)
Bigarray.Array1.t