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

Parallelize blocks fetching #36

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

Jurshsmith
Copy link
Member

@Jurshsmith Jurshsmith commented Oct 23, 2023

This change ensures that we fetch blocks concurrently with a static rate of 4 at a time. In the future, the rate/chunk_size should be more dynamic depending on the system's computing properties.

This change ensures that we fetch blocks concurrently
with a static rate of 4 at a time. In the future, the rate/chunk_size
should be more dynamic depending on the System's computing
properties.
@Jurshsmith Jurshsmith linked an issue Oct 23, 2023 that may be closed by this pull request
@Jurshsmith Jurshsmith merged commit 981c919 into main Oct 23, 2023
3 checks passed
@Jurshsmith Jurshsmith deleted the parallelize-blocks-fetching branch October 23, 2023 08:26
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.

GET All Blocks Concurrently
1 participant