-
Notifications
You must be signed in to change notification settings - Fork 11
Improve bitswap performance #85
Comments
I created an issue in go-bitswap to explain the current implementation of bitswap sessions, as a first step towards understanding where improvements can be made. |
I created an issue in go-bitswap to highlight some issues with latency measurement, and proposals to address them |
I created an issue in go-bitswap to highlight some issues with session request sharding, and explore parameters for a solution. |
I created an issue in go-bitswap to discuss randomizing want list requests. |
I created a PR in go-bitswap to improve handling of response messages: it processes messages as a batch instead of one-by-one, which improves session request splitting. |
This week
|
Last week
|
Last week
|
FYI I was working on improving the Bitswap benchmarks by making small modifications to the PoC, but it was too haphazard and buggy, so I'm going to do a proper refactor first. |
With the latest changes the PoC seems stable, so I'm looking into improving performance. I created an issue to discuss how we can improve the performance of bitswap's engine (ie the part of bitswap that receives wants and sends out blocks). |
In particular we'd like to focus on improving bitswap performance for
The text was updated successfully, but these errors were encountered: