Module delta

Module delta 

Source
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§

DeltaApplyContext
Context supplied when applying deltas, typically derived from container metadata.
DeltaConfig
Configuration for delta encoding
DeltaDecoder
Delta decoder for parsing and applying delta operations
DeltaEncoder
Delta encoder for computing and encoding delta operations
DeltaOp
Represents a single delta operation

Enums§

DeltaError
Error type for delta encoding operations
DeltaOperation
Delta operation types for partial updates

Constants§

DELTA_TAG
Delta packet tag (0xB0)