refactor: change some hashbrown RawTable uses to HashTable#13514
Merged
jayzhan211 merged 3 commits intoapache:mainfrom Nov 22, 2024
Merged
refactor: change some hashbrown RawTable uses to HashTable#13514jayzhan211 merged 3 commits intoapache:mainfrom
hashbrown RawTable uses to HashTable#13514jayzhan211 merged 3 commits intoapache:mainfrom
Conversation
This is similar to `RawTableAllocExt` and will help apache#13256.
RawTable uses
alamb
reviewed
Nov 21, 2024
Contributor
alamb
left a comment
There was a problem hiding this comment.
Looks good -- I am running benchmarks and will report back
Contributor
I will run it again and see if it is reproducable |
Contributor
Author
|
I would be surprised if there's a notable difference, esp. for this change. Under the hood, it's basically all the same, see |
Contributor
I agree - I just want to be sure |
Contributor
|
I ran the benchmarks again and see no change. Thus I conclude this PR does not change performance significantly |
RawTable useshashbrown RawTable uses to HashTable
jayzhan211
approved these changes
Nov 22, 2024
Contributor
|
Thanks @crepererum @alamb |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Which issue does this PR close?
For #13256, but only parts of it.
Rationale for this change
Prepare
hashbrown0.15 upgrade.What changes are included in this PR?
HashTableAllocExtAre these changes tested?
Existing tests pass.
Are there any user-facing changes?
No.