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 class
Scheme based on a commonly used idea: can be extremely fast.class
Helper class to compose schemes.final class
BinaryPacking with Delta+Zigzag Encoding.class
VariableByte with Delta+Zigzag Encoding.class
This is a patching scheme designed for speed.class
This class is similar to FastPFOR but uses a small block size.final class
Group 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 class
class
IntegerCODEC wrapper for Kamikaze's PForDelta.final class
NewPFD/NewPFOR: fast patching scheme by Yan et al.final class
NewPFD/NewPFOR based on Simple16 by Yan et al.final class
NewPFD/NewPFOR based on Simple9 by Yan et al.final class
OptPFD: fast patching scheme by Yan et al.final class
OptPFD based on Simple16 by Yan et al.final class
OptPFD based on Simple9 by Yan et al.final class
This is an implementation of the popular Simple16 scheme.final class
This is an implementation of the popular Simple9 scheme.class
Implementation 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)