Module plain

Source
Expand description

Plain encoding

Plain encoding works with fixed stride types, i.e., boolean, i8...i64, f16...f64, it stores the array directly in the file. It offers O(1) read access.

Structs§

PlainDecoder
Decoder for plain encoding.
PlainEncoder
Encoder for plain encoding.

Functions§

bytes_to_array