-
Notifications
You must be signed in to change notification settings - Fork 21
Unify Scala hashing algorithms #10084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Imported From: https://issues.scala-lang.org/browse/SI-10084?orig=1 |
Since the FlatHashTable is deleted by the following commit, can this issue be closed? |
|
The title is a bit misleading. It's not really about different hashing algorithms (we use |
If the issue is that the right hash algorithm has been chosen, is it better to close the issue itself? |
The hashing algorithms in
FlatHashTable
andHashTable
differ fromHashMap
andHashSet
- and we probably have other variants also.They should be unified, since
HashTable
explicitly deprecated the methods used in other places.See https://issues.scala-lang.org/browse/SI-10049?focusedCommentId=75931 for further details.
The text was updated successfully, but these errors were encountered: