bitpack is a library to read/write n-bit unsigned integers from/to a bitstream where n = 1..25
unlike compression, bit-packed data can be read directly from stream without decompression or an unpacking step
bitpack is a library to read/write n-bit unsigned integers from/to a bitstream where n = 1..25
unlike compression, bit-packed data can be read directly from stream without decompression or an unpacking step