Class BlockAlignedTailPacker


  • public final class BlockAlignedTailPacker
    extends java.lang.Object
    Compresses values in blocks of AdjacencyPacking.BLOCK_SIZE using bit-packing.

    If a block to compress has less than AdjacencyPacking.BLOCK_SIZE values, this strategy considers the block as full and compresses the 0-values with the bit size for that block.