Skip to main content

Crate lance_bitpacking

Crate lance_bitpacking 

Source

Structs§

BitPacker4x
BitPacker4x packs integers in groups of 4. This gives an opportunity to leverage SSE3 instructions to encode and decode the stream.
BitPacker8x
8-wide bitpacker implementation.

Constants§

FL_ORDER

Traits§

BitPacker
Block bitpacker for fixed-size u32 blocks.
BitPacking
BitPack into a compile-time known bit-width.
FastLanes