pitrou opened a new issue, #43776: URL: https://github.com/apache/arrow/issues/43776
### Describe the enhancement requested This came up while discussing the performance of https://github.com/apache/arrow/pull/41700 . Current Take benchmarks all have a selection factor of 1.0 (i.e., the number of indices is the same as the number of input values). Depending on the Take implementation, different selection factors might show different performance characteristics. Especially, small selection factors could be relatively widespread in some applications. ### Component(s) Benchmarking, C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
