FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ExecutionStrategyParameters now has a direct transform without a Builder by bbakerman · Pull Request #3935 · graphql-java/graphql-java · GitHub

ExecutionStrategyParameters now has a direct transform without a Builder - #3935

Merged
dondonz merged 2 commits into
masterfrom
skip-builder-on-esp
May 14, 2025
Merged

ExecutionStrategyParameters now has a direct transform without a Builder#3935
dondonz merged 2 commits into
masterfrom
skip-builder-on-esp

Conversation

Copy link
Copy Markdown
Member

This is really 1% stuff. Its debatably faster BUT it uses (slightly) less memory and thats a good thing at scale

bbakerman added the performance work that is primarily targeted as performance improvements label Apr 28, 2025
bbakerman requested review from andimarek and dondonz April 28, 2025 11:49

Object resolveSerialField = resolveSerialField(executionContext, dataLoaderDispatcherStrategy, newParameters);
return resolveSerialField;
return resolveSerialField(executionContext, dataLoaderDispatcherStrategy, newParameters);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

inlined variable

Copy link
Copy Markdown
Contributor

Test Results

  312 files    312 suites   55s ⏱️
3 581 tests 3 576 ✅ 5 💤 0 ❌
3 670 runs  3 665 ✅ 5 💤 0 ❌

Results for commit 3790a10.

return currentField;
}

@Internal

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Good that it's Internal

dondonz merged commit b67424d into master May 14, 2025
dondonz deleted the skip-builder-on-esp branch May 14, 2025 07:24
dondonz mentioned this pull request May 15, 2025
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

Labels

performance work that is primarily targeted as performance improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL