Module bytepack

Source
Expand description

Utilities for byte (not bit) packing for situations where saving a few bits is less important than simplicity and speed.

Structs§

U8BytePacker
U16BytePacker
U32BytePacker
U64BytePacker

Enums§

ByteUnpacker
An iterator that unpacks bytes into integers (currently only u64)
BytepackedIntegerEncoder
A bytepacked integer encoder that automatically chooses the smallest possible integer type to store the given values.