Skip to content

Conversation

@mithilP007
Copy link

Commented out expensive runtime validation checks to improve query execution performance:

  • Removed null check for non-nullable fields (lines 887-889)
  • Removed is_iterable check for list types (lines 900-904)

Based on benchmarks showing 100-200ms improvements for queries.

Addresses issue #1493

Commented out expensive runtime validation checks to improve query execution performance:
- Removed null check for non-nullable fields (lines 887-889)
- Removed is_iterable check for list types (lines 900-904)

Based on benchmarks showing 100-200ms improvements for queries.

Addresses issue webonyx#1493
@spawnia
Copy link
Collaborator

spawnia commented Dec 3, 2025

Fine experiment, but I can not merge this pull request in this state.

@spawnia spawnia closed this Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants