XenoAmess opened a new pull request, #64: URL: https://github.com/apache/santuario-xml-security-java/pull/64
In short, HashMap's int constructor accept capacity, but not size, which means if we wanna not make it resize, it is better to give it capacity calculated using size and default load factor 0.75 See also https://github.com/openjdk/jdk/pull/7928 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
