Crate tantivy_bitpacker
source ·Structs§
BlockedBitpacker
compresses data in blocks of 128 elements, while keeping an index on it
Functions§
- Computes the number of bits that will be used for bitpacking.
- Computes the (min, max) of an iterator of
PartialOrd
values.