You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls to ConfigurationPropertyNameequals and hashCode methods are called a lot and performance could be improved by exiting early if the toString() is identical. We can also exit early if the hashCode doesn't match and we can move element hashcode generation into Element so that it can be cached.
The text was updated successfully, but these errors were encountered:
Calls to
ConfigurationPropertyName
equals
andhashCode
methods are called a lot and performance could be improved by exiting early if thetoString()
is identical. We can also exit early if thehashCode
doesn't match and we can move element hashcode generation intoElement
so that it can be cached.The text was updated successfully, but these errors were encountered: