com.kamikaze.pfordelta
Class PForDeltaUnpack128

java.lang.Object
  extended by com.kamikaze.pfordelta.PForDeltaUnpack128

public class PForDeltaUnpack128
extends Object

This is a version of the kamikaze PForDelta library that was slightly cleaned up by D. Lemire. It is included in the JavaFastPFOR library for comparison purposes. As the original


Constructor Summary
PForDeltaUnpack128()
           
 
Method Summary
static void unpack(int[] out, int[] in, int bits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PForDeltaUnpack128

public PForDeltaUnpack128()
Method Detail

unpack

public static void unpack(int[] out,
                          int[] in,
                          int bits)


Copyright © 2013. All Rights Reserved.