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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@bbakerman

Copy link

Member

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

@bbakerman bbakerman added the performance

work that is primarily targeted as performance improvements

label

Apr 28, 2025

@bbakerman 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

Member Author

Choose a reason for hiding this comment

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

inlined variable

@github-actions

Copy link

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

Member

Choose a reason for hiding this comment

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

Good that it's Internal

@dondonz dondonz merged commit b67424d into master

May 14, 2025

2 checks passed

@dondonz dondonz deleted the skip-builder-on-esp branch

May 14, 2025 07:24

@dondonz dondonz mentioned this pull request

May 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@dondonz dondonz dondonz approved these changes

@andimarek andimarek Awaiting requested review from andimarek

Assignees

No one assigned

Labels

performance

work that is primarily targeted as performance improvements

Projects

None yet

Milestone

24.0

Development

Successfully merging this pull request may close these issues.

2 participants

@bbakerman @dondonz