Package | Description |
---|---|
me.lemire.integercompression |
Modifier and Type | Class and Description |
---|---|
class |
BinaryPacking
Scheme based on a commonly used idea: can be extremely fast.
|
class |
FastPFOR
This is a patching scheme designed for speed.
|
class |
FastPFOR128
This class is similar to FastPFOR but uses a small block size.
|
class |
JustCopy |
class |
Kamikaze
IntegerCODEC wrapper for Kamikaze's PForDelta.
|
class |
NewPFD
NewPFD/NewPFOR: fast patching scheme by Yan et al.
|
class |
NewPFDS16
NewPFD/NewPFOR based on Simple16 by Yan et al.
|
class |
NewPFDS9
NewPFD/NewPFOR based on Simple9 by Yan et al.
|
class |
OptPFD
OptPFD: fast patching scheme by Yan et al.
|
class |
OptPFDS16
OptPFD based on Simple16 by Yan et al.
|
class |
OptPFDS9
OptPFD based on Simple9 by Yan et al.
|
class |
Simple16
This is an implementation of the popular Simple16 scheme.
|
class |
Simple9
This is an implementation of the popular Simple9 scheme.
|
class |
SkippableComposition
Helper class to compose schemes.
|
class |
VariableByte
Implementation of variable-byte.
|
Constructor and Description |
---|
IntCompressor(SkippableIntegerCODEC c)
Constructor wrapping a codec.
|
SkippableComposition(SkippableIntegerCODEC f1,
SkippableIntegerCODEC f2)
Compose a scheme from a first one (f1) and a second one (f2).
|
Copyright © 2015. All Rights Reserved.