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.
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.