Uses of Interface
me.lemire.longcompression.LongCODEC
Packages that use LongCODEC
-
Uses of LongCODEC in me.lemire.longcompression
Subinterfaces of LongCODEC in me.lemire.longcompressionModifier and TypeInterfaceDescriptioninterfaceThis is just like LongCODEC, except that it indicates that delta coding is "integrated", so that you don't need a separate step for delta coding.Classes in me.lemire.longcompression that implement LongCODECModifier and TypeClassDescriptionclassALongCODECwhich split each long in a highpart (32 first bits) and a low part (32 last bits).final classScheme based on a commonly used idea: can be extremely fast.classHelper class to compose schemes.final classclassImplementation of variable-byte.Constructors in me.lemire.longcompression with parameters of type LongCODECModifierConstructorDescriptionLongComposition(LongCODEC f1, LongCODEC f2) Compose a scheme from a first one (f1) and a second one (f2).