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

chained data loader performance improvements by andimarek · Pull Request #4122 · graphql-java/graphql-java · GitHub

chained data loader performance improvements - #4122

Merged
andimarek merged 3 commits into
masterfrom
chained-dl-performance
Sep 22, 2025
Merged

chained data loader performance improvements#4122
andimarek merged 3 commits into
masterfrom
chained-dl-performance

Conversation

andimarek commented Sep 21, 2025
edited
Loading

Copy link
Copy Markdown
Member

Technically merged, but actually superseded by #4123

small tweak in PerLevelDataLoaderDispatchStrategy

github-actions Bot commented Sep 21, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

Test Results

  326 files    326 suites   3m 29s ⏱️
5 022 tests 5 016 ✅ 6 💤 0 ❌
5 111 runs  5 105 ✅ 6 💤 0 ❌

Results for commit edeed73.

♻️ This comment has been updated with latest results.

private final Set<Integer> currentlyDelayedDispatchingLevels = ConcurrentHashMap.newKeySet();
private final Set<Integer> dispatchingStartedPerLevel = new HashSet<>();
private final Set<Integer> dispatchingFinishedPerLevel = new HashSet<>();
private final Set<Integer> currentlyDelayedDispatchingLevels = new HashSet<>();

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

Are all these inside a lock?

andimarek changed the title perf test for chained dataloader chained data loader performance improvements Sep 22, 2025
andimarek merged commit edeed73 into master Sep 22, 2025
2 checks passed
andimarek added this to the 25.x breaking changes milestone Sep 22, 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL