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

Test and document use of GraphQL-core with uvloop #143

Open
Cito opened this issue Oct 15, 2021 · 0 comments
Open

Test and document use of GraphQL-core with uvloop #143

Cito opened this issue Oct 15, 2021 · 0 comments
Labels
documentation Improvement of docs, docstrings etc. investigate Needs investigaton or experimentation optimization Code optimizations and performance issues

Comments

@Cito
Copy link
Member

Cito commented Oct 15, 2021

In #141 it was discussed whether using a different event loop such as uvloop can speed up async use of GraphQL-core.

We should do some benchmarking and document how to replace the default event loop with a more efficient one. However, it should still be possible to use GraphQL-core as a pure-Python function, i.e. without depending on libraries that need to be compiled, such as uvloop.

@Cito Cito added documentation Improvement of docs, docstrings etc. optimization Code optimizations and performance issues investigate Needs investigaton or experimentation labels Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvement of docs, docstrings etc. investigate Needs investigaton or experimentation optimization Code optimizations and performance issues
Projects
None yet
Development

No branches or pull requests

1 participant