XLT
XLT copied to clipboard
FastHashMap look up improvements
- Review put and remove if they would also benefit from hashCode comparison before
equals
.
In addition, we might have to spread hash values more because it is a map with power of two.