|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegratedIntegerCODEC | |
---|---|
me.lemire.integercompression |
Uses of IntegratedIntegerCODEC in me.lemire.integercompression |
---|
Classes in me.lemire.integercompression that implement IntegratedIntegerCODEC | |
---|---|
class |
IntegratedBinaryPacking
Scheme based on a commonly used idea: can be extremely fast. |
class |
IntegratedComposition
Helper class to compose schemes. |
class |
IntegratedFastPFOR
This is an integrated version of FastPFOR meaning that it computes differential coding as part of the compression. |
class |
IntegratedVariableByte
Implementation of variable-byte with differential coding. |
class |
XorBinaryPacking
BinaryPacking over XOR differential. |
Constructors in me.lemire.integercompression with parameters of type IntegratedIntegerCODEC | |
---|---|
IntegratedComposition(IntegratedIntegerCODEC f1,
IntegratedIntegerCODEC f2)
Compose a scheme from a first one (f1) and a second one (f2). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |