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 class
Scheme based on a commonly used idea: can be extremely fast.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
Helper class to compose schemes.class
Implementation 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).