Package me.lemire.integercompression

Interface Summary
IntegerCODEC Interface describing a standard CODEC to compress integers.
IntegratedIntegerCODEC This is just like IntegerCODEC, except that it indicates that delta coding is "integrated", so that you don't need a separate step for delta coding.
 

Class Summary
Benchmark Simple class meant to compare the speed of different schemes.
BenchmarkBitPacking Class used to benchmark the speed of bit packing.
BinaryPacking Scheme designed by D.
BitPacking Bitpacking routines
Composition Helper class to compose schemes.
Delta Generic class to compute differential coding.
FastPFOR This is a new PFOR Scheme designed by D.
IntegratedBinaryPacking  
IntegratedBitPacking "Integrated" bit packing routines: they include both the bit packing and the differential coding.
IntegratedComposition Helper class to compose schemes.
IntegratedVariableByte  
IntWrapper Essentially a mutable wrapper around an integer.
JustCopy  
NewPFD NewPFD/NewPFOR implemented by Daniel Lemire

Follows:

H.

NewPFDS9 NewPFD/NewPFOR implemented by Daniel Lemire

Follows:

H.

OptPFD OptPFD implemented by Daniel Lemire

Follows:

H.

OptPFDS9 OptPFD implemented by Daniel Lemire

Follows:

H.

S16 Version of Simple16 for NewPFD and OptPFD.
S9 This is a version of Simple9 optimized for NewPFOR, OptPFOR
Simple9  
Util Routine utility functions.
VariableByte Implementation of variable-byte.
 



Copyright © 2013. All Rights Reserved.