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