andrebreis / cascade-study

4 stars 3 forks source link

Subblock reuse #26

Closed andrebreis closed 5 years ago

andrebreis commented 5 years ago

It should be an optimization to keep track of the used subblocks and their known or inferred values to skip unnecessary communication rounds (asking for known parities)

andrebreis commented 5 years ago

Solution - make all computation on knowledge input.

andrebreis commented 5 years ago

More scalable approach - Use a parity check matrix.

andrebreis commented 5 years ago

Closed by #34