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

concurrent scraping #10

Open
pipermerriam opened this issue May 7, 2019 · 0 comments
Open

concurrent scraping #10

pipermerriam opened this issue May 7, 2019 · 0 comments

Comments

@pipermerriam
Copy link
Member

What was wrong?

Currently doing a scrape of the chain is very slow since it does everything synchronously and sequentially.

How can it be fixed?

Since there is a lot of IO, we should be able to leverage concurrency pretty easily for this.

I think either trio or curio are good candidates, leaning slightly towards trio because it's looking like what we'll use for trinity (but really either would be fine since this codebase represents a stand-alone application.

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

No branches or pull requests

1 participant