powered by
RLE encode integers
rle_encode_int(x)
Raw vector, the encoded integers. It has two attributes:
bit_length: the number of bits needed to encode the input, and
bit_length
length: length of the original integer input.
length
Integer vector.
rle_decode_int()
Other encodings: rle_decode_int()