Skip to main content

Module decoder

Module decoder 

Source
Expand description

RLNC Decoder — in-place pivot-based Gaussian elimination over GF(2⁸).

Working rows are recycled from a free-list (no heap alloc in the steady-state receive path). Pivot reorder after back-substitution is done in-place via swaps (no second matrix allocation).

Structs§

Decoder
RLNC Decoder.