Documentation
¶
Overview ¶
Package bitpack implements efficient bit packing and unpacking routines for integers of various bit widths.
Index ¶
Constants ¶
View Source
const PaddingInt32 = 16
PaddingInt32 is the padding expected to exist after the end of input buffers for the UnpackInt32 algorithm to avoid reading beyond the end of the input.
View Source
const PaddingInt64 = 32
PaddingInt64 is the padding expected to exist after the end of input buffers for the UnpackInt32 algorithm to avoid reading beyond the end of the input.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package unsafecast exposes functions to bypass the Go type system and perform conversions between types that would otherwise not be possible.
|
Package unsafecast exposes functions to bypass the Go type system and perform conversions between types that would otherwise not be possible. |
Click to show internal directories.
Click to hide internal directories.