Structs§
- BitPacker4x
BitPacker4xpacks integers in groups of 4. This gives an opportunity to leverageSSE3instructions to encode and decode the stream.- BitPacker8x
- 8-wide bitpacker implementation.
Constants§
Traits§
- BitPacker
- Block bitpacker for fixed-size
u32blocks. - BitPacking
BitPackinto a compile-time known bit-width.- Fast
Lanes