Uses of Interface
me.lemire.integercompression.IntegratedIntegerCODEC

Packages that use IntegratedIntegerCODEC
me.lemire.integercompression   
 

Uses of IntegratedIntegerCODEC in me.lemire.integercompression
 

Classes in me.lemire.integercompression that implement IntegratedIntegerCODEC
 class IntegratedBinaryPacking
          Scheme designed by D.
 class IntegratedComposition
          Helper class to compose schemes.
 class IntegratedFastPFOR
           This is an integrated version of FastPFOR meaning that it computes differential coding as part of the compression.
 class IntegratedVariableByte
          Implementation of variable-byte with differential coding.
 class XorBinaryPacking
          XOR + BinaryPacking.
 

Constructors in me.lemire.integercompression with parameters of type IntegratedIntegerCODEC
IntegratedComposition(IntegratedIntegerCODEC f1, IntegratedIntegerCODEC f2)
          Compose a scheme from a first one (f1) and a second one (f2).
 



Copyright © 2014. All Rights Reserved.