Expand description
NewPFD with bitvec backend (instead of the old, bit_vec crate)
Functions§
- decode
- Decode a NewPFD-encoded buffer, containing
n_elements. Due to limitations of the format, we can’t know (internally) how many elements were stored, hencen_elementsneeds to be specified - decode_
fast_ u8 - Decode a NewPFD-encoded buffer, containing
n_elements. Uses aFastFibonacci<u8>Decoder in the background. Seedecode. - decode_
fast_ u16 - Decode a NewPFD-encoded buffer, containing
n_elements. Uses aFastFibonacci<u16>Decoder in the background. Seedecode. - decode_
normal - Decode a NewPFD-encoded buffer, containing
n_elements. Alias for decode, see its documentation - encode
- encode data using NewPFD,