Optimize GraphqlTypeComparators by kilink · Pull Request #4151 · graphql-java/graphql-java
Conversation
- Return singleton Comparator from byNameAsc
- Use ImmutableList.sortedCopyOf to avoid extra List allocation in sortTypes
- Return singleton Comparator from byNameAsc - Use ImmutableList.sortedCopyOf to avoid extra List allocation in sortTypes
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
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