Interface | Description |
---|---|
IntegratedByteIntegerCODEC |
Interface describing a CODEC to compress integers to bytes.
|
IntegratedIntegerCODEC |
This is just like IntegerCODEC, except that it indicates that delta coding is
"integrated", so that you don't need a separate step for delta coding.
|
Class | Description |
---|---|
Delta |
Generic class to compute differential coding.
|
IntegratedBinaryPacking |
Scheme based on a commonly used idea: can be extremely fast.
|
IntegratedBitPacking |
"Integrated" bit packing routines: they include both the bit packing and the
differential coding.
|
IntegratedComposition |
Helper class to compose schemes.
|
IntegratedFastPFOR |
This is an integrated version of FastPFOR meaning that it computes
differential coding as part of the compression.
|
IntegratedVariableByte |
Implementation of variable-byte with differential coding.
|
XorBinaryPacking |
BinaryPacking over XOR differential.
|
Copyright © 2014. All Rights Reserved.