See: Description
| Class | Description |
|---|---|
| GammaCodec |
IntegerCodec implementation which use gamma encoding
|
| IntegerCodec |
Abstract class representing an integer codec
|
| KamikazePForDeltaVBCodec |
PForDelta - as implemented by LinkedIn's Kamikaze library,
falling back to VariableByte
|
| LemireCodec |
Generic IntegerCodec implementation which wraps any IntegerCODEC from the JavaFastPFOR package.
|
| LemireFastPFORVBCodec |
FastPFOR, falling back to VariableByte
|
| LemireFORVBCodec |
Frame of Reference, falling back to VariableByte
|
| LemireNewPFDVBCodec |
OptPForDelta, falling back to VariableByte
|
| LemireOptPFDVBCodec |
OptPForDelta, falling back to VariableByte
|
| LemireSimple16Codec |
Simple16 codec, as implemented by JavaFastPFOR package
|
| UnaryCodec |
IntegerCodec implementation which uses unary coding
|
| VIntCodec |
IntegerCoding implementation which uses Varible byte encoding.
|
Provides implementations of byte-level compression codecs for use when compressing index structures.
Terrier 4.0. Copyright © 2004-2014 University of Glasgow