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
..
2022-07-29 14:04:12 -06:00
2022-05-19 13:56:03 -06:00
2022-07-29 14:04:12 -06:00
2022-08-10 13:13:07 -05:00
2022-05-25 20:29:31 -06:00
2022-05-19 13:56:03 -06:00
2022-08-08 14:00:55 +02:00
2022-05-23 23:24:15 -06:00
2022-05-19 13:56:03 -06:00
2022-05-25 20:29:31 -06:00
2022-08-08 02:12:43 -05:00
2022-06-14 09:19:35 -06:00
2022-05-25 20:29:31 -06:00