modulepackage
0.0.0-20200108101604-c37e7f588eb1
Repository: https://github.com/akron/encoding.git
Documentation: pkg.go.dev
# README
Encoding
This is a set of integer compression algorithms implemented in Go. It is an (incomplete) port of the JavaFastPFOR by Dr. Daniel Lemire.
For more detailed benchmark results please see http://zhen.org/blog/benchmarking-integer-compression-in-go/
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package bp32 is an implementation of the binary packing integer compression algorithm in in Go (also known as PackedBinary) using 32-integer blocks.
No description provided by the author
No description provided by the author
No description provided by the author
Package fastpfor is an implementation of the fastpfor integer compression algorithm in in Go.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The following are unrolled versions, but they are probably slower due to range checks */.
No description provided by the author
No description provided by the author
https://developers.google.com/protocol-buffers/docs/encoding#types.
# Interfaces
No description provided by the author