graphql-python / graphql-python/graphql-core
Improve performance of async execution
Abierto
help wanted
investigate
optimization
- Lenguaje dominante
- Python
- Estrellas
- 531
- Forks
- 146
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.