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 TypeInterfaceDescriptioninterface
This 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 TypeClassDescriptionclass
ALongCODEC
which split each long in a highpart (32 first bits) and a low part (32 last bits).final class
Scheme based on a commonly used idea: can be extremely fast.class
Helper class to compose schemes.final class
class
Implementation 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).