| 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 |
IntegratedVariableByte
Implementation of variable-byte with differential coding.
|
class |
SkippableIntegratedComposition
Helper class to compose schemes.
|
| Constructor and Description |
|---|
IntegratedIntCompressor(SkippableIntegratedIntegerCODEC c)
Constructor wrapping a codec.
|
SkippableIntegratedComposition(SkippableIntegratedIntegerCODEC f1,
SkippableIntegratedIntegerCODEC f2)
Compose a scheme from a first one (f1) and a second one (f2).
|
Copyright © 2015. All Rights Reserved.