Crate gortsz

Crate gortsz 

Source

Modules§

stats

Macros§

BitArr
Bit-Array Type Definition
bitarr
Bit-Array Value Constructor
bits
Bit-Slice Region Constructor

Structs§

BitArray
Bit-Precision Array Immediate
BitPtr
Single-Bit Pointer
BitPtrRange
Bit-Pointer Range
BitRef
Proxy Bit-Reference
BitSlice
Bit-Addressable Memory
CompressError
Decompressor
LocalBits
Least-Significant-First Bit Traversal
Lsb0
Least-Significant-First Bit Traversal
Msb0
Most-Significant-First Bit Traversal

Enums§

DecompressError

Traits§

AsBits
Immutable Bit View
AsMutBits
Mutable Bit View
BitOrder
In-Element Bit Ordering
BitStore
Bit Storage
_
C-Style Bit-Field Access

Functions§

compress
compress_with_stats
Facebook’s Gorilla compression algorithm for time series data. The timestamps are delta-to-delta encoded and the data is XOR encoded.