Structs§
- BitPacker
- BitUnpacker
- Blocked
Bitpacker BlockedBitpacker
compresses data in blocks of 128 elements, while keeping an index on it
Functions§
- compute_
num_ bits - Computes the number of bits that will be used for bitpacking.
- minmax
- Computes the (min, max) of an iterator of
PartialOrd
values.