Uses of Interface
me.lemire.integercompression.differential.SkippableIntegratedIntegerCODEC
Packages that use SkippableIntegratedIntegerCODEC
-
Uses of SkippableIntegratedIntegerCODEC in me.lemire.integercompression.differential
Classes in me.lemire.integercompression.differential that implement SkippableIntegratedIntegerCODECModifier and TypeClassDescriptionclassScheme based on a commonly used idea: can be extremely fast.classImplementation of variable-byte with differential coding.classHelper class to compose schemes.Constructors in me.lemire.integercompression.differential with parameters of type SkippableIntegratedIntegerCODECModifierConstructorDescriptionConstructor wrapping a codec.SkippableIntegratedComposition(SkippableIntegratedIntegerCODEC f1, SkippableIntegratedIntegerCODEC f2) Compose a scheme from a first one (f1) and a second one (f2).