Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Improve performance of async execution #142

Copy link
Copy link
Open
@Cito

Description

@Cito
Issue body actions

When executing a query against a schema that contains async resolvers, then the executor method creates some overhead by defining and calling async functions (async def async_... inside methods in execute.py).

We should check whether pre-defining these functions or static methods of the ExecutionContext could reduce this overhead and boost performance. See also benchmarks provided in #141.

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is neededExtra attention is neededinvestigateNeeds investigaton or experimentationNeeds investigaton or experimentationoptimizationCode optimizations and performance issuesCode optimizations and performance issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.