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
njlr
changed the title
The default equality algorithm should have a better hash-code implementation
The default equality algorithm is inefficient
Feb 21, 2018
The default equality algorithm looks something like this:
This is inefficient for hash-sets, because it puts every value into the same bucket. We should figure out a better hash-code implementation.
The text was updated successfully, but these errors were encountered: