Class | Description |
---|---|
LCPForDelta |
Implementation of the optimized PForDelta algorithm for sorted integer
arrays.
|
PForDelta |
Implementation of the optimized PForDelta algorithm for sorted integer
arrays.
|
PForDeltaUnpack128 |
This is a version of the kamikaze PForDelta library that was slightly cleaned
up by D.
|
PForDeltaUnpack128WIthIntBuffer |
PForDeltaUnpack128WIthIntBuffer is almost the same as PForDeltaUnpack128,
except that it use IntBuffer as input instead of int[].
|
Simple16 |
Implementation of the Simple16 algorithm for sorted integer arrays.
|
Simple16WithHardCodes |
Implementation of the Simple16 algorithm for sorted integer arrays.
|
Copyright © 2014. All Rights Reserved.