Implement benchmarks for compare_op
for GenericBinaryView
#5903
Labels
arrow
Changes to the arrow crate
compare_op
for GenericBinaryView
#5903
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Part of #5374
@XiangpengHao added very nice support to compare kernels for GenericBinaryArray in #5900
Describe the solution you'd like
We should add benchmark coverage for these kernels to ensure we don't regress their performance and to help with future optimizations
Describe alternatives you've considered
Add tests for
=
and!=
in https://github.com/apache/arrow-rs/blob/master/arrow/benches/comparison_kernels.rsAdditional context
The text was updated successfully, but these errors were encountered: