Module me.lemire.integercompression
Package me.lemire.integercompression.differential
package me.lemire.integercompression.differential
-
ClassDescriptionGeneric class to compute differential coding.Scheme based on a commonly used idea: can be extremely fast."Integrated" bit packing routines: they include both the bit packing and the differential coding.Interface describing a CODEC to compress integers to bytes.Helper class to compose schemes.This is a convenience class that wraps a codec to provide a "friendly" API.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.Implementation of variable-byte with differential coding.Helper class to compose schemes.Interface describing a standard CODEC to compress integers.BinaryPacking over XOR differential.