graphql-python / graphql-python/graphql-core
Improve performance of async execution
オープン
help wanted
investigate
optimization
- 主要言語
- Python
- スター
- 531
- フォーク
- 146
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。