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

Batch Wikibase requests #3

Open
ross-spencer opened this issue May 15, 2021 · 0 comments
Open

Batch Wikibase requests #3

ross-spencer opened this issue May 15, 2021 · 0 comments

Comments

@ross-spencer
Copy link
Owner

Right now, the library is thread-safe (supposed to be) and it does this by creating new requests each time one is needed per thread. Speed comes through the many threads.

Requests can be pooled and batched and then collected. This might increase the speed quite significantly. There is a decent test-framework for this piece now which will help us.

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