bitpacking

package
v0.0.0-...-e0ccd8b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeltaPack

func DeltaPack(initoffset int32, in []int32, inpos int, out []int32, outpos int, bit int) error

"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 DeltaUnpack(initoffset int32, in []int32, inpos int, out []int32, outpos int, bit int) error

func FastPack

func FastPack(in []int32, inpos int, out []int32, outpos int, bit int) error

func FastPackWithoutMask

func FastPackWithoutMask(in []int32, inpos int, out []int32, outpos int, bit int) error

func FastUnpack

func FastUnpack(in []int32, inpos int, out []int32, outpos int, bit int) error

bit packing routines

Original author: Daniel Lemire Copied from the JavaFastPFOR project

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL