Class GroupSimple9

java.lang.Object
me.lemire.integercompression.GroupSimple9
All Implemented Interfaces:
IntegerCODEC, SkippableIntegerCODEC

public final class GroupSimple9 extends Object implements IntegerCODEC, SkippableIntegerCODEC
Group Simple 9 is a variation on Simple 9 that preserves the same compression ratios but offers higher decoding speed by regrouping the 32-bit words into pairs of 64-bit words. original by Kun Jiang, Yuexiang Yang and Qinghua Zheng source: https://github.com/deeper2/simple Adapted by D. Lemire.