nim-dagger/codex/erasure
Bulat-Ziganshin 7ec039f822
Quickfix: start erasure decoding once any K blocks arrived (#199)
ECC decoding can be done with any encoded.K blocks, and now we start it once any K blocks arrived.

Previous code essentially waited for all blocks to arrive (or fail to arrive), that may mean unnecessary delays.

New code will sometimes ECC-decode when parity blocks were retrieved faster that data blocks (instead of waiting for data blocks from network), but we expect that it's OK due to extremely fast Leopard decoding (~~500 MB/s)
2022-08-19 21:21:55 -06:00
..
backends Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
backend.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
erasure.nim Quickfix: start erasure decoding once any K blocks arrived (#199) 2022-08-19 21:21:55 -06:00