Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First draft of batch scheduling #571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AgeManning
Copy link
Member

Description

This implements the concept of batch scheduling. The idea is derived here: https://ethresear.ch/t/improving-das-performance-with-gossipsub-batch-publishing/21713/6

The idea is to group multiple messages and re-arrange their order to better distribute the first message to peers.

However after I have written this, I think there is a smarter way to implement this in a more general sense that works across topics.

This has not been tested and should not be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant