Skip to content

Add option to disable resolved value validation for performance improvement#1863

Closed
Devwjr wants to merge 1 commit intowebonyx:masterfrom
Devwjr:feature/disable-value-validation
Closed

Add option to disable resolved value validation for performance improvement#1863
Devwjr wants to merge 1 commit intowebonyx:masterfrom
Devwjr:feature/disable-value-validation

Conversation

@Devwjr
Copy link

@Devwjr Devwjr commented Feb 26, 2026

…This PR introduces an optional flag to disable runtime validation of resolver return values.

Motivation:
In high-performance environments where resolver return types are trusted, runtime validation introduces unnecessary overhead. This change allows disabling that validation safely. This adds an optional flag to disable resolved value validation for performance optimization.

@spawnia
Copy link
Collaborator

spawnia commented Feb 27, 2026

To consider inclusion, comprehensive tests and benchmarks are required. And formatting must be fixed.

@spawnia spawnia closed this Feb 27, 2026
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