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§
- Plain
Decoder - Decoder for plain encoding.
- Plain
Encoder - Encoder for plain encoding.