Crate q_compress

source ·
Expand description

Re-exports

Modules

Structs

  • The metadata of a Quantile-compressed chunk.
  • All configurations available for a compressor.
  • All configurations available for a Decompressor.
  • The configuration stored in a Quantile-compressed header.
  • A pairing of a Huffman code with a numerical range.

Enums

  • A wrapper for prefixes in the two cases cases: delta encoded or not.

Constants

Functions

  • Automatically makes an educated guess for the best compression configuration, based on nums and compression_level, then compresses the numbers to .qco bytes.
  • Automatically makes an educated guess for the best compression configuration, based on nums and compression_level.
  • Automatically makes an educated guess for the best decompression configuration, then decompresses .qco bytes into numbers.