Package | Description |
---|---|
org.ranksys.compression.codecs |
Core interfaces and classes for codecs.
|
org.ranksys.compression.codecs.dsi |
Codecs from dsiutils.
|
org.ranksys.compression.codecs.lemire |
Codecs from Lemire's JavaFastPFOR.
|
Modifier and Type | Class and Description |
---|---|
class |
NullCODEC
Empty CODEC that does not do anything but copying the array.
|
Modifier and Type | Class and Description |
---|---|
class |
BitStreamCODEC
Wrapper of dsiutils' BitStreams.
|
class |
EliasFanoBitStreamCODEC
Elias-Fano coding.
|
class |
FixedLengthBitStreamCODEC
Fixed-length coding.
|
class |
GammaBitStreamCODEC
Gamma coding.
|
class |
RiceBitStreamCODEC
Rice coding.
|
class |
ZetaBitStreamCODEC
Zeta coding.
|
Modifier and Type | Class and Description |
---|---|
class |
FastPFORVBCODEC
FastPFOR coding (with Variable Byte as fallback).
|
class |
FORVBCODEC
Frame of Reference coding (with Variable Byte as fallback).
|
class |
IntegratedFORVBCODEC
Integrated Frame of Reference coding (with Variable Byte as fallback).
|
class |
IntegratedVByteCODEC
Integrated Variable Byte coding.
|
class |
LemireCODEC
Wrapper for Lemire's JavaFastPFOR integer compression library.
|
class |
NewPFDVBCODEC
NewPFD (with Variable Byte as fallback).
|
class |
OptPFDVBCODEC
OptPFD coding (with Variable Byte as fallback).
|
class |
Simple16CODEC
Simple16 coding.
|
class |
VByteCODEC
Variable byte coding.
|
Copyright © 2016. All rights reserved.