Skip to content

Improve performance of async execution #142

Open
@Cito

Description

@Cito

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 neededinvestigateNeeds 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