feat: add compilation#4769
Draft
yaacovCR wants to merge 1 commit into
Draft
Conversation
|
@yaacovCR is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
8fb1804 to
197fa72
Compare
Add a compiled execution path for validated operations and subscriptions. Benchmarks were run on Node v24.14.1 against 17.x.x. The compiler path shows rough ops/sec wins across the benchmark scenarios: - async root fields: 1,511 vs 638 ops/sec, +137% - field argument values: 11,245 vs 3,595 ops/sec, +213% - introspection query: 70.4 vs 49.9 ops/sec, +41% - async list field: 6,725 vs 3,083 ops/sec, +118% - async non-null list items: 6,853 vs 2,960 ops/sec, +132% - sync list field: 44,583 vs 14,248 ops/sec, +213% - variable field collection: 18,498 vs 5,708 ops/sec, +224%
This was referenced Jun 2, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a compiled execution path for validated operations and subscriptions.
Benchmarks were run on Node v24.14.1 against 17.x.x. The compiler path shows rough ops/sec wins across the benchmark scenarios: