Uses of Interface
me.lemire.integercompression.SkippableIntegerCODEC
Packages that use SkippableIntegerCODEC
-
Uses of SkippableIntegerCODEC in me.lemire.integercompression
Classes in me.lemire.integercompression that implement SkippableIntegerCODECModifier and TypeClassDescriptionfinal classScheme based on a commonly used idea: can be extremely fast.classThis is a patching scheme designed for speed.classThis class is similar to FastPFOR but uses a small block size.final classGroup Simple 9 is a variation on Simple 9 that preserves the same compression ratios but offers higher decoding speed by regrouping the 32-bit words into pairs of 64-bit words.final classclassIntegerCODEC wrapper for Kamikaze's PForDelta.final classNewPFD/NewPFOR: fast patching scheme by Yan et al.final classNewPFD/NewPFOR based on Simple16 by Yan et al.final classNewPFD/NewPFOR based on Simple9 by Yan et al.final classOptPFD: fast patching scheme by Yan et al.final classOptPFD based on Simple16 by Yan et al.final classOptPFD based on Simple9 by Yan et al.final classThis is an implementation of the popular Simple16 scheme.final classThis is an implementation of the popular Simple9 scheme.classHelper class to compose schemes.classImplementation of variable-byte.Constructors in me.lemire.integercompression with parameters of type SkippableIntegerCODECModifierConstructorDescriptionConstructor wrapping a codec.Compose a scheme from a first one (f1) and a second one (f2).