-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cats.kernel.Hash port for Scala CHAMP HashMap #4193
Closed
Closed
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a1e22f1 - Browse repository at this point
Copy the full SHA a1e22f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1881a9b - Browse repository at this point
Copy the full SHA 1881a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f93902 - Browse repository at this point
Copy the full SHA 5f93902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f44919 - Browse repository at this point
Copy the full SHA 2f44919View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0e86c - Browse repository at this point
Copy the full SHA ff0e86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c655fdd - Browse repository at this point
Copy the full SHA c655fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef63d19 - Browse repository at this point
Copy the full SHA ef63d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dabe64 - Browse repository at this point
Copy the full SHA 7dabe64View commit details -
Add copyright notice from Scala standard library to meet license obli…
…gations as a derived work
Configuration menu - View commit details
-
Copy full SHA for 5864984 - Browse repository at this point
Copy the full SHA 5864984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fdf9d5 - Browse repository at this point
Copy the full SHA 3fdf9d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e7596 - Browse repository at this point
Copy the full SHA d5e7596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186264f - Browse repository at this point
Copy the full SHA 186264fView commit details
Commits on May 16, 2022
-
* Use primitive HashMap operations when generating random HashMaps * Use a better approach to test HashMap key collisions * Remove reverseIterator * Foldable.iterateRight signature changed * HashMap#add renamed to HashMap#updated * HashMap#remove renamed to HashMap#removed * Added HashMap.fromFoldable * Renamed CHAMP node element count fields * Use NonEmptyVector in CHAMP collision node * Fixed various nits
Configuration menu - View commit details
-
Copy full SHA for 151e52d - Browse repository at this point
Copy the full SHA 151e52dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c15c53 - Browse repository at this point
Copy the full SHA 5c15c53View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0169ce3 - Browse repository at this point
Copy the full SHA 0169ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b292134 - Browse repository at this point
Copy the full SHA b292134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a69d3 - Browse repository at this point
Copy the full SHA 27a69d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6203e1a - Browse repository at this point
Copy the full SHA 6203e1aView commit details -
7
Configuration menu - View commit details
-
Copy full SHA for 0f66333 - Browse repository at this point
Copy the full SHA 0f66333View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4732f2 - Browse repository at this point
Copy the full SHA a4732f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5c7de - Browse repository at this point
Copy the full SHA ea5c7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc3ade - Browse repository at this point
Copy the full SHA 7cc3adeView commit details
Commits on May 23, 2022
-
Address further review comments:
* Reduce allocations by implementing Node#getMapping * Improve performance of CollisionNode by making better use of Vector operations * Improve performance of HashMap#concat by iterating over the smaller HashMap
Configuration menu - View commit details
-
Copy full SHA for d25015f - Browse repository at this point
Copy the full SHA d25015fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d572156 - Browse repository at this point
Copy the full SHA d572156View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea31a5d - Browse repository at this point
Copy the full SHA ea31a5dView commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7343e8 - Browse repository at this point
Copy the full SHA e7343e8View commit details
Commits on Jun 21, 2022
-
Revert "Implement a concat operation on BitMapNode to merge the CHAMP…
… structures" This reverts commit e7343e8.
Configuration menu - View commit details
-
Copy full SHA for a64bcf7 - Browse repository at this point
Copy the full SHA a64bcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2ff88 - Browse repository at this point
Copy the full SHA 0a2ff88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc8be6 - Browse repository at this point
Copy the full SHA 9cc8be6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.