Class Simple9

java.lang.Object
me.lemire.integercompression.Simple9
All Implemented Interfaces:
IntegerCODEC, SkippableIntegerCODEC

public final class Simple9 extends Object implements IntegerCODEC, SkippableIntegerCODEC
This is an implementation of the popular Simple9 scheme. It is limited to 28-bit integers (between 0 and 2^28-1). Note that this does not use differential coding: if you are working on sorted lists, you must compute the deltas separately.
Author:
Daniel Lemire