compress
|
The compress function uses the extremely fast LZRW1 compression algorithm,
by Ross Williams, to convert a Byte Vector, String, or Symbol into a much smaller Byte Vector. Usage Use the compress function to reduce the size of the iput Byte Vector, String or symbol argument.
(compress input) A Byte Vector that contains compressed version of the input.
Expression:
Arguments
Name
Type
Description Argument: input ByteVector String Symbol
Byte Vector, String, or Symbol to be compressed.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
ByteVector | String | Symbol |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|