Crate tantivy_bitpacker

Source

Structs§

BitPacker
BitUnpacker
BlockedBitpacker
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.