Skip to main content

Module encoding

Module encoding 

Source
Expand description

Per-column wire encodings: plain, dictionary, run-length, and delta. Each encoding has a stable tag in the RBCF header so the decoder can pick the right reader without out-of-band coordination. New encodings need a new tag and a coordinated update on every peer that might receive the resulting payload.

Modulesยง

delta
dict
plain
rle