Commit e894a03
authored
perf: Use Hashbrown for array_distinct (#20538)
## Which issue does this PR close?
N/A
## Rationale for this change
#20364 recently optimized `array_distinct` to use batched row
conversion. As part of that PR, `std::HashSet` was used. This PR just
replaces `std::HashSet` with `hashbrown::HashSet`, which measurably
improves performance.
## What changes are included in this PR?
## Are these changes tested?
Yes.
## Are there any user-facing changes?
No.1 parent e684994 commit e894a03
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments