Documentation ¶
Index ¶
- func DeltaPack(initoffset int32, in []int32, inpos int, out []int32, outpos int, bit int) error
- func DeltaUnpack(initoffset int32, in []int32, inpos int, out []int32, outpos int, bit int) error
- func FastPack(in []int32, inpos int, out []int32, outpos int, bit int) error
- func FastPackWithoutMask(in []int32, inpos int, out []int32, outpos int, bit int) error
- func FastUnpack(in []int32, inpos int, out []int32, outpos int, bit int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeltaPack ¶
"Delta" bit packing routines: they include both the bit packing and the differential coding.
Original author: Daniel Lemire Copied from the JavaFastPFOR project
func DeltaUnpack ¶
func FastPackWithoutMask ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.