Package | Description |
---|---|
me.lemire.integercompression.differential |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
IntegratedComposition(IntegratedIntegerCODEC f1,
IntegratedIntegerCODEC f2)
Compose a scheme from a first one (f1) and a second one (f2).
|
Copyright © 2014. All Rights Reserved.