sux
sux copied to clipboard
Actually return bits in getBits method
trafficstars
RiceBitVector.Builder.getBits returns the number of bits used by the data structure but RiceBitVector.getBits returns the number of bytes used by the data structure. Fixed RiceBitVector.getBits, so it actually returns bits.