Skip to content

Make Blob Repair Faster #3

@itzmeanjan

Description

@itzmeanjan

Blob repair process is utterly sequential now. It should be possible to repair multiple ChunkSets in parallel, using tokio. I want to use tokio because

  • It is already being used to break down a blob into proof-carrying chunks.
  • Also using async executor makes sense when we are doing i/o heavy operations.

Decrease end-to-end latency of
https://github.com/itzmeanjan/decds/blob/8c41915b20b8f3ba233e7713bf47c0ecc55954e4/decds-bin/src/handlers/handle_repair.rs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions