Class LongVariableByte

java.lang.Object
me.lemire.longcompression.LongVariableByte
All Implemented Interfaces:
ByteLongCODEC, LongCODEC, SkippableLongCODEC

public class LongVariableByte extends Object implements LongCODEC, ByteLongCODEC, SkippableLongCODEC
Implementation of variable-byte. For best performance, use it using the ByteLongCODEC interface. Note that this does not use differential coding: if you are working on sorted lists, you must compute the deltas separately.
Author:
Benoit Lacelle