Expand description
Delta Encoding & Partial Update Layer (DPL) for LNMP v0.5.
This module provides efficient delta encoding for transmitting only changed fields in record updates, minimizing bandwidth usage for incremental changes.
Structs§
- Delta
Apply Context - Context supplied when applying deltas, typically derived from container metadata.
- Delta
Config - Configuration for delta encoding
- Delta
Decoder - Delta decoder for parsing and applying delta operations
- Delta
Encoder - Delta encoder for computing and encoding delta operations
- DeltaOp
- Represents a single delta operation
Enums§
- Delta
Error - Error type for delta encoding operations
- Delta
Operation - Delta operation types for partial updates
Constants§
- DELTA_
TAG - Delta packet tag (0xB0)