Benchmark for casting view to dict arrays (and the reverse)#5874
Benchmark for casting view to dict arrays (and the reverse)#5874alamb merged 3 commits intoapache:masterfrom
Conversation
alamb
left a comment
There was a problem hiding this comment.
Thanks @XiangpengHao -- can you please add this benchmark to the existing cast kernel benchmarks rather than its own bench: https://github.com/apache/arrow-rs/blob/master/arrow/benches/cast_kernels.rs ?
(🤔 maybe we should move that cast_kernels.rs benchmark to arrow-cast/benchmarks )
Done. The |
|
🚀 Merging this in so we can compare performace of main to the specialized cast kernels |
Which issue does this PR close?
Part of #5861 .
Rationale for this change
Setup a benchmark and see what the performance look like for casting between view and dict arrays.
Related: #5871 #5872
What changes are included in this PR?
Are there any user-facing changes?