-
Notifications
You must be signed in to change notification settings - Fork 154
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
Switch to hashbrown's RawTable internally #131
Merged
Merged
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f955e4 - Browse repository at this point
Copy the full SHA 3f955e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 262c97a - Browse repository at this point
Copy the full SHA 262c97aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c03a5 - Browse repository at this point
Copy the full SHA e3c03a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118d327 - Browse repository at this point
Copy the full SHA 118d327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db5e11 - Browse repository at this point
Copy the full SHA 1db5e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8771a6c - Browse repository at this point
Copy the full SHA 8771a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89eefd6 - Browse repository at this point
Copy the full SHA 89eefd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39618a2 - Browse repository at this point
Copy the full SHA 39618a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379a07a - Browse repository at this point
Copy the full SHA 379a07aView commit details -
Make methods that get RawBucket parameters unsafe; add safety comments
These methods trust their caller to pass correct RawBucket values, so we mark them unsafe to use the common safe/unsafe distinction. I used allow(unused_unsafe) to write the functions in the (hopefully) future style of internal unsafe blocks in unsafe functions.
Configuration menu - View commit details
-
Copy full SHA for 66cb0af - Browse repository at this point
Copy the full SHA 66cb0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c9577 - Browse repository at this point
Copy the full SHA b0c9577View commit details -
Use plain clear instead of clear_no_drop
It was an over-optimization to use `clear_no_drop`, which hurts the possibility of using griddle as an alternate table implementation.
Configuration menu - View commit details
-
Copy full SHA for 604a2b6 - Browse repository at this point
Copy the full SHA 604a2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603c326 - Browse repository at this point
Copy the full SHA 603c326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1999fa2 - Browse repository at this point
Copy the full SHA 1999fa2View 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.