Modules§
Macros§
Structs§
- BitArray
- Bit-Precision Array Immediate
- BitPtr
- Single-Bit Pointer
- BitPtr
Range - Bit-Pointer Range
- BitRef
- Proxy Bit-Reference
- BitSlice
- Bit-Addressable Memory
- Compress
Error - Decompressor
- Local
Bits - Least-Significant-First Bit Traversal
- Lsb0
- Least-Significant-First Bit Traversal
- Msb0
- Most-Significant-First Bit Traversal
Enums§
Traits§
- AsBits
- Immutable Bit View
- AsMut
Bits - 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.