Creating HashingUtils as alternative to Objects.hash by dougqh · Pull Request #10628 · DataDog/dd-trace-java
Adding HashingUtils which is a replacement for the hashing routines of java.util.Objects. HashingUtils is specifically designed to avoid var-args allocation which can lead to lots of allocation if hashCode is hot. To demonstrate the potential impact see HashingBenchmark
dougqh
changed the title
Creating HashingUtils
Creating HashingUtils as alternative to Objects.hash
dougqh
deleted the
dougqh/objects-hash-replacement
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