| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
thanks |
Sorry, something went wrong.
|
@hannesj just wanted to let you know that I fixed some minor issue in the git history with push force .. so don't be confused when you see different hashs. I'm sorry for that ... a history rewrite should never happen again. Thanks again for using graphql-java and contributing! |
Sorry, something went wrong.
… CompletableFuture allocation in executeObject's sync path, and cached max result nodes lookup to eliminate ~30M+ unnecessary object allocations per 10M-element list execution.
… overlapping field validation: replaced ImmutableList path copies with ArrayList stack, switched LinkedHashSet to HashSet for dedup sets, shared visitedFragments across merge loop, and added single-element entry fast-paths.
…creation (~66K/op), MergedSelectionSet construction (~5.5K/op), and optimized Async.Many.await() for the fully-materialized case by using CompletableFuture.completedFuture() instead of new+complete.
| Back | FazBrowse Home | New Git URL |
No description provided.