Parse hex strings to numbers more efficiently by kilink · Pull Request #4160 · graphql-java/graphql-java
Use the Integer.parseInt variant added in Java 9 that allows parsing of numbers from a String with offsets, avoiding the need to create any substrings.
kilink
deleted the
unicode-util-hex-parsing
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