|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerCODEC | |
---|---|
me.lemire.integercompression |
Uses of IntegerCODEC in me.lemire.integercompression |
---|
Subinterfaces of IntegerCODEC in me.lemire.integercompression | |
---|---|
interface |
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. |
Classes in me.lemire.integercompression that implement IntegerCODEC | |
---|---|
class |
BinaryPacking
Scheme designed by D. |
class |
Composition
Helper class to compose schemes. |
class |
FastPFOR
This is a new PFOR Scheme designed by D. |
class |
IntegratedBinaryPacking
|
class |
IntegratedComposition
Helper class to compose schemes. |
class |
IntegratedVariableByte
|
class |
JustCopy
|
class |
NewPFD
NewPFD/NewPFOR implemented by Daniel Lemire Follows: H. |
class |
NewPFDS9
NewPFD/NewPFOR implemented by Daniel Lemire Follows: H. |
class |
OptPFD
OptPFD implemented by Daniel Lemire Follows: H. |
class |
OptPFDS9
OptPFD implemented by Daniel Lemire Follows: H. |
class |
Simple9
|
class |
VariableByte
Implementation of variable-byte. |
Methods in me.lemire.integercompression with parameters of type IntegerCODEC | |
---|---|
static void |
Benchmark.testCodec(IntegerCODEC c,
int[][] data,
int Max,
int repeat,
boolean verbose)
|
Constructors in me.lemire.integercompression with parameters of type IntegerCODEC | |
---|---|
Composition(IntegerCODEC f1,
IntegerCODEC f2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |