Documentation ¶
Overview ¶
Package packedintset implements a way to store integer sets in compact form.
Integers to be packed must already be sorted. They are converted into delta-encoded varints and then zlib-compressed.
This is used primarily in `cas` binary to store sets of file sizes it downloads or uploads.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.