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
I would love to be able to use even final classes I have no control over that by default uses "object" equals and hashCode as keys in for instance an ObjectInteger map by providing my own alternative hashing strategy (equals & hashCode).
This is interesting in particular in situations where we want to write algorithms that at steady state is as allocation free as possible.
The text was updated successfully, but these errors were encountered:
I would love to be able to use even final classes I have no control over that by default uses "object" equals and hashCode as keys in for instance an ObjectInteger map by providing my own alternative hashing strategy (equals & hashCode).
This is interesting in particular in situations where we want to write algorithms that at steady state is as allocation free as possible.
The text was updated successfully, but these errors were encountered: