zfoobar opened a new issue, #34845: URL: https://github.com/apache/arrow/issues/34845
### Describe the usage question you have. Please include as many useful details as possible. I wrapped the compute_and_write_csv_example.cc code in some timestamps to measure explicit array comparison vs. the arrow::compute method - the output below suggests the explicit comparison is much faster. This may be a dumb question (apologies) - but is this expected? I am exploring Arrow as both an end-user for my AI consultancy and a contributor - I want to understand the performance benefits/use-cases. output: (pyarrow-dev) Zacharys-MacBook-Air:arrow_scratch zacharyfierstadt$ ./compute_and_write_csv_example Array explicitly compared 0.000183625 seconds Arrays compared using a compute function 0.0404125 seconds Table created Writing CSV file ### 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]
