Commits


Antoine Pitrou authored and Benjamin Kietzman committed 55c8d74d555
ARROW-11556: [C++] Assorted benchmark-related improvements * Fix parquet-column-io-benchmark to actually enable compression * Decrease runtime of set lookup benchmarks * Inline more BitBlockCounter methods * Improve RecordBatch and Table filter performance for common cases where no nulls have to be emitted * Remove some header inclusions from Parquet headers * Improve performance of CheckIndexBounds * Reduce number of tensor conversion benchmarks Closes #9444 from pitrou/ARROW-11556-assorted-benchmarks Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>