-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Upgrade hashbrown to 0.16 #19554
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
Upgrade hashbrown to 0.16 #19554
Conversation
|
run benchmarks |
|
🤖 |
|
run benchmark tpch |
|
🤖: Benchmark completed Details
|
|
🤖 |
|
run benchmarks |
|
|
||
| [[package]] | ||
| name = "hashbrown" | ||
| version = "0.15.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we still have an older hashbrown dependency, but this is a good step!
|
🤖: Benchmark completed Details
|
|
🤖 |
|
🤖: Benchmark completed Details
|
|
Nice -- thanks @Dandandan |
Which issue does this PR close?
hashbrown::raw::RawTabletohashbrown::hash_table::HashTable#13433Rationale for this change
Keep up to date with hashbrown and possible (performance) improvements, remove the
rawtablefunctionality.What changes are included in this PR?
Upgrading, fixing case of nondeterminism in
HashSetusage.Are these changes tested?
Yes existiing tests.
Are there any user-facing changes?
No.