Skip to main content

Module delta

Module delta 

Source
Expand description

Delta Encoder for Peat-Lite Sync

Tracks what state has been sent to each peer and only sends the changes (deltas) since the last sync. This dramatically reduces bandwidth over BLE.

Structsยง

DeltaEncoder
Manages delta encoding for all peers
DeltaStats
Statistics about delta encoding
PeerSyncState
Tracks the sync state with a specific peer
VectorClock
Vector clock for causality tracking