Package me.lemire.longcompression
package me.lemire.longcompression
-
ClassDescriptionInterface describing a CODEC to compress longs to bytes.This is just like LongCODEC, except that it indicates that delta coding is "integrated", so that you don't need a separate step for delta coding.A
LongCODEC
which split each long in a highpart (32 first bits) and a low part (32 last bits).Scheme based on a commonly used idea: can be extremely fast.Bitpacking routinesInterface describing a standard CODEC to compress longs.Helper class to compose schemes.This is a convenience class that wraps a codec to provide a "friendly" API.Deprecated.Implementation of variable-byte.Interface describing a standard CODEC to compress longs.Helper class to compose schemes.