Interface | Description |
---|---|
ByteIntegerCODEC |
Interface describing a CODEC to compress integers to bytes.
|
IntegerCODEC |
Interface describing a standard CODEC to compress integers.
|
SkippableIntegerCODEC |
Interface describing a standard CODEC to compress integers.
|
Class | Description |
---|---|
BinaryPacking |
Scheme based on a commonly used idea: can be extremely fast.
|
BitPacking |
Bitpacking routines
|
Composition |
Helper class to compose schemes.
|
DeltaZigzagBinaryPacking |
BinaryPacking with Delta+Zigzag Encoding.
|
DeltaZigzagEncoding |
Delta+Zigzag Encoding.
|
DeltaZigzagVariableByte |
VariableByte with Delta+Zigzag Encoding.
|
FastPFOR |
This is a patching scheme designed for speed.
|
FastPFOR128 |
This class is similar to FastPFOR but uses a small block size.
|
IntCompressor |
This is a convenience class that wraps a codec to provide
a "friendly" API.
|
IntWrapper |
Essentially a mutable wrapper around an integer.
|
JustCopy | |
Kamikaze |
IntegerCODEC wrapper for Kamikaze's PForDelta.
|
NewPFD |
NewPFD/NewPFOR: fast patching scheme by Yan et al.
|
NewPFDS16 |
NewPFD/NewPFOR based on Simple16 by Yan et al.
|
NewPFDS9 |
NewPFD/NewPFOR based on Simple9 by Yan et al.
|
OptPFD |
OptPFD: fast patching scheme by Yan et al.
|
OptPFDS16 |
OptPFD based on Simple16 by Yan et al.
|
OptPFDS9 |
OptPFD based on Simple9 by Yan et al.
|
S16 |
Version of Simple16 for NewPFD and OptPFD.
|
S9 |
This is a version of Simple9 optimized for NewPFOR, OptPFOR
|
Simple16 |
This is an implementation of the popular Simple16 scheme.
|
Simple9 |
This is an implementation of the popular Simple9 scheme.
|
SkippableComposition |
Helper class to compose schemes.
|
Util |
Routine utility functions.
|
VariableByte |
Implementation of variable-byte.
|
Copyright © 2015. All Rights Reserved.