Documentation ¶
Overview ¶
Package fastpfor is an implementation of the fastpfor integer compression algorithm in in Go. It is mostly suitable for arrays containing small positive integers. Given a list of sorted integers, you should first compute the successive differences prior to compression. For details, please see Daniel Lemire and Leonid Boytsov, Decoding billions of integers per second through vectorization Software: Practice & Experience http://onlinelibrary.wiley.com/doi/10.1002/spe.2203/abstract or
http://arxiv.org/abs/1209.2137
Index ¶
Constants ¶
View Source
const ( DefaultBlockSize = 128 OverheadOfEachExcept = 8 DefaultPageSize = 65536 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.