Skip to content

bitpacking 0.8.0

Latest

Choose a tag to compare

@fulmicoton fulmicoton released this 10 Jul 09:26
· 67 commits to master since this release

Made Bitpacker1x, Bitpacker4x, and BitPacker8x optional via a feature flag ;
by default all 3 are enabled.

Compiling bitpacking was proven to consume a lot of RAM so it seems like a good idea to make it possible
for project using the bitpacking crate like tantivy to avoid compiling the unused BitPackers.