Fix sizing of some maps and collections by kilink · Pull Request #4148 · graphql-java/graphql-java
Address a few places where maps and sets were pre-sized incorrectly by supplying a capacity without regard to the load factor. Use the Guava helpers that take load factor into account. Additionally pre-size some collections in places where it's straightforward.
approved these changes Oct 23, 2025
kilink
deleted the
map-set-sizing
branch
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