Uses of Interface
me.lemire.integercompression.IntegerCODEC
Packages that use IntegerCODEC
-
Uses of IntegerCODEC in me.lemire.integercompression
Classes in me.lemire.integercompression that implement IntegerCODECModifier and TypeClassDescriptionfinal classScheme based on a commonly used idea: can be extremely fast.classHelper class to compose schemes.final classBinaryPacking with Delta+Zigzag Encoding.classVariableByte with Delta+Zigzag Encoding.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.classImplementation of variable-byte.Constructors in me.lemire.integercompression with parameters of type IntegerCODECModifierConstructorDescriptionComposition(IntegerCODEC f1, IntegerCODEC f2) Compose a scheme from a first one (f1) and a second one (f2). -
Uses of IntegerCODEC in me.lemire.longcompression
Constructors in me.lemire.longcompression with parameters of type IntegerCODECModifierConstructorDescriptionLongAs2IntsCodec(IntegerCODEC highPartsCodec, IntegerCODEC lowPartsCodec)