nim-codex/codex
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
..
blockexchange Add limits for inflight requests (#169) 2022-07-29 10:19:34 -06:00
contracts Better command line options for Ethereum (#181) 2022-08-09 06:29:06 +02:00
erasure Quickfix: start erasure decoding once any K blocks arrived (#199) 2022-08-19 21:21:55 -06:00
manifest Better batching (#170) 2022-07-29 14:04:12 -06:00
rest [rest api] Allow user to specify amount of hosts 2022-08-08 14:00:55 +02:00
storageproofs Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
stores [node] custom iterator/query for SQLiteStore's `method listBlocks` 2022-08-08 17:48:37 -05:00
streams WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
utils Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Better batching (#170) 2022-07-29 14:04:12 -06:00
chunker.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
clock.nim [purchasing] Update to latest dagger-contracts 2022-07-20 13:43:20 +02:00
codex.nim [build] update nim-datastore 2022-08-10 13:13:07 -05:00
conf.nim Better command line options for Ethereum (#181) 2022-08-09 06:29:06 +02:00
contracts.nim Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
discovery.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
erasure.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
errors.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
manifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
market.nim [market] remove fulfillRequest() 2022-08-08 14:00:55 +02:00
node.nim Better command line options for Ethereum (#181) 2022-08-09 06:29:06 +02:00
proving.nim Por serialize (#106) 2022-05-23 23:24:15 -06:00
purchasing.nim [purchasing] Remove Purchase.selected 2022-08-08 14:00:55 +02:00
rng.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
sales.nim [sales] Pass along request and slot index in onProve callback 2022-08-08 14:00:55 +02:00
storageproofs.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
stores.nim [node] add SQLiteStore backend 2022-08-08 02:12:43 -05:00
streams.nim adding AsyncStreamWrapper (#110) 2022-06-14 09:19:35 -06:00
utils.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00