Skip to content

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

@Cito

Description

@Cito

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovement of docs, docstrings etc.investigateNeeds investigaton or experimentationoptimizationCode optimizations and performance issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Test and document use of GraphQL-core with uvloop · Issue #143 · graphql-python/graphql-core