Class FastPFOR128

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

public class FastPFOR128 extends Object implements IntegerCODEC, SkippableIntegerCODEC
This class is similar to FastPFOR but uses a small block size. Note that this does not use differential coding: if you are working on sorted lists, you should first compute deltas, @see me.lemire.integercompression.differential.Delta#delta. For multi-threaded applications, each thread should use its own FastPFOR object.
Author:
Daniel Lemire